summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2021-01-10 10:20:13 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-01-17 08:45:09 +0700
commit1bb534f2d3ab42954963511d10ba70dedb67df9b (patch)
tree002097f2935657d87edaf6fee5270fab256963b5 /python
parente1203c22e55ec4cb2546554ba0d4da539dbcaf30 (diff)
downloadslackbuilds-1bb534f2d3ab42954963511d10ba70dedb67df9b.tar.gz
slackbuilds-1bb534f2d3ab42954963511d10ba70dedb67df9b.tar.xz
python/python3-babel: Use versioned CLDR source file.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-babel/python3-babel.SlackBuild2
-rw-r--r--python/python3-babel/python3-babel.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-babel/python3-babel.SlackBuild b/python/python3-babel/python3-babel.SlackBuild
index 7682c02634..afd18c17b3 100644
--- a/python/python3-babel/python3-babel.SlackBuild
+++ b/python/python3-babel/python3-babel.SlackBuild
@@ -75,7 +75,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/core.zip cldr/cldr-core-$CLDRVER.zip
+ln -s $CWD/cldr-common-$CLDRVER.0.zip cldr/cldr-core-$CLDRVER.zip
python3 setup.py import_cldr
python3 setup.py install --root=$PKG
diff --git a/python/python3-babel/python3-babel.info b/python/python3-babel/python3-babel.info
index 83b8de09d1..8557597423 100644
--- a/python/python3-babel/python3-babel.info
+++ b/python/python3-babel/python3-babel.info
@@ -2,7 +2,7 @@ PRGNAM="python3-babel"
VERSION="2.9.0"
HOMEPAGE="http://babel.pocoo.org/"
DOWNLOAD="https://github.com/python-babel/babel/archive/v2.9.0/babel-2.9.0.tar.gz \
- https://unicode.org/Public/cldr/37/core.zip"
+ https://unicode.org/Public/cldr/37/cldr-common-37.0.zip"
MD5SUM="91cd179d285e0e2e5392a8ba3443931d \
40c0f5fbf8e2e2ad26047ecce6f6b07f"
DOWNLOAD_x86_64=""