python/python3-babel: Updated for version 2.7.0.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2019-05-28 05:44:13 -07:00 committed by Willy Sudiarto Raharjo
parent 9a61443a41
commit b7ac4424fc
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 8 additions and 8 deletions

View file

@ -25,8 +25,8 @@
SRCNAM=babel
PRGNAM=python3-$SRCNAM
VERSION=${VERSION:-2.6.0}
CLDRVER=${CLDRVER:-33.0}
VERSION=${VERSION:-2.7.0}
CLDRVER=${CLDRVER:-35.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -72,7 +72,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
ln -s $CWD/core.zip cldr/core-$CLDRVER.zip
ln -s $CWD/core.zip cldr/cldr-core-$CLDRVER.zip
python3 setup.py import_cldr
python3 setup.py install --root=$PKG

View file

@ -1,10 +1,10 @@
PRGNAM="python3-babel"
VERSION="2.6.0"
VERSION="2.7.0"
HOMEPAGE="http://babel.pocoo.org/"
DOWNLOAD="https://github.com/python-babel/babel/archive/v2.6.0/babel-2.6.0.tar.gz \
https://unicode.org/Public/cldr/33/core.zip"
MD5SUM="88769ce85cf93f24ccbf3d66c4aad79f \
39bf16711836c23e386189c3cbd2f344"
DOWNLOAD="https://github.com/python-babel/babel/archive/v2.7.0/babel-2.7.0.tar.gz \
https://unicode.org/Public/cldr/35.1/core.zip"
MD5SUM="abe527bf803603e264874347e6829f70 \
05dc3a69f274523b30445b731651ba14"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3 pytz"