diff options
author | Arn0 <yth@ythogtha.org> | 2023-10-05 12:50:11 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-07 00:59:29 +0700 |
commit | 5bc8b0e41d86a37d315d08aadeef3e02f89a3745 (patch) | |
tree | 2d2bc19b317ab1f6fd24ee7fdb40fa827cf4b0e0 /python/python3-babel | |
parent | 393119c26f9dc7a5583f0e75397684a51b78e78b (diff) |
python/python3-babel: updated for version 2.13.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-babel')
-rw-r--r-- | python/python3-babel/python3-babel.SlackBuild | 19 | ||||
-rw-r--r-- | python/python3-babel/python3-babel.info | 6 |
2 files changed, 4 insertions, 21 deletions
diff --git a/python/python3-babel/python3-babel.SlackBuild b/python/python3-babel/python3-babel.SlackBuild index e4d9f8fa41b2..9583f70fe9fc 100644 --- a/python/python3-babel/python3-babel.SlackBuild +++ b/python/python3-babel/python3-babel.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-babel -VERSION=${VERSION:-2.12.1} +VERSION=${VERSION:-2.13.0} CLDRVER=${CLDRVER:-42.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -43,9 +43,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -55,20 +52,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG diff --git a/python/python3-babel/python3-babel.info b/python/python3-babel/python3-babel.info index 01db31d05e46..8357cc785a51 100644 --- a/python/python3-babel/python3-babel.info +++ b/python/python3-babel/python3-babel.info @@ -1,9 +1,9 @@ PRGNAM="python3-babel" -VERSION="2.12.1" +VERSION="2.13.0" HOMEPAGE="http://babel.pocoo.org/" -DOWNLOAD="https://github.com/python-babel/babel/archive/v2.12.1/babel-2.12.1.tar.gz \ +DOWNLOAD="https://github.com/python-babel/babel/archive/v2.13.0/babel-2.13.0.tar.gz \ http://unicode.org/Public/cldr/42/cldr-common-42.0.zip" -MD5SUM="e3a014f2a831e4b45ef90ee1f3f45d95 \ +MD5SUM="59f2e1582eebb7a9188a208da359001a \ c15f2f145186920a5a67bfed251fd849" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |