Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions python/python3-babel/python3-babel.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=python3-babel
VERSION=${VERSION:-2.17.0}
CLDRVER=${CLDRVER:-46.0}
VERSION=${VERSION:-2.18.0}
CLDRVER=${CLDRVER:-47.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -69,7 +69,7 @@ find -L . \

sed -i "s/getiterator/iter/" scripts/import_cldr.py # support Python 3.9
sed -i "s/elem.getchildren()/list(elem)/" scripts/import_cldr.py # support Python 3.9
ln -s $CWD/cldr-common-$CLDRVER.zip cldr/
ln -s $CWD/cldr-common-*.zip cldr/cldr-common-$CLDRVER.zip
python3 setup.py import_cldr
python3 setup.py install --root=$PKG

Expand Down
10 changes: 5 additions & 5 deletions python/python3-babel/python3-babel.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PRGNAM="python3-babel"
VERSION="2.17.0"
VERSION="2.18.0"
HOMEPAGE="http://babel.pocoo.org/"
DOWNLOAD="https://github.com/python-babel/babel/archive/v2.17.0/babel-2.17.0.tar.gz \
http://unicode.org/Public/cldr/46/cldr-common-46.0.zip"
MD5SUM="8c6b6ca994d735b1247c2e5df2537ecf \
575f4779df738c09adb560c12b15f5a9"
DOWNLOAD="https://github.com/python-babel/babel/archive/v2.18.0/babel-2.18.0.tar.gz \
https://unicode.org/Public/cldr/47/cldr-common-47.zip"
MD5SUM="e1481f8c666cddd79afa3c1c42aaf4ce \
0a2bc0181a37de28bc5606ef11d3d64a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-pytz"
Expand Down