diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2018-02-10 11:50:11 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-17 07:42:49 +0700 |
commit | 4901a82a3bef87ab51b8954abcdd6681f599b696 (patch) | |
tree | c21ab8c4dc67d9ab8f2753146ab90830295aa5ca /python/babel | |
parent | 49449bf4ee98ef3e66d7cab98860507534df67da (diff) |
python/babel: Updated for version 2.5.3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/babel')
-rw-r--r-- | python/babel/babel.SlackBuild | 10 | ||||
-rw-r--r-- | python/babel/babel.info | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/python/babel/babel.SlackBuild b/python/babel/babel.SlackBuild index 920a7bdee094..286bd82acdf2 100644 --- a/python/babel/babel.SlackBuild +++ b/python/babel/babel.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for babel # -# Copyright 2013-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2013-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=babel -VERSION=${VERSION:-2.3.4} -CLDRVER=${CLDRVER:-28} +VERSION=${VERSION:-2.5.3} +CLDRVER=${CLDRVER:-29} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,7 +61,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -78,7 +78,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS CHANGES CONTRIBUTING.md LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS CHANGES CONTRIBUTING.md LICENSE README.rst $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/babel/babel.info b/python/babel/babel.info index 617dd612918d..9f2185cff8a0 100644 --- a/python/babel/babel.info +++ b/python/babel/babel.info @@ -1,10 +1,10 @@ PRGNAM="babel" -VERSION="2.3.4" +VERSION="2.5.3" HOMEPAGE="http://babel.pocoo.org/" -DOWNLOAD="https://github.com/python-babel/babel/archive/2.3.4.tar.gz \ - http://unicode.org/Public/cldr/28/core.zip" -MD5SUM="ddf0321a1a2f9106646201445701a92f \ - a4e9ee67b3545df299043164cd78fca1" +DOWNLOAD="https://github.com/python-babel/babel/archive/v2.5.3/babel-2.5.3.tar.gz \ + http://unicode.org/Public/cldr/29/core.zip" +MD5SUM="2c5b602366ddc0c67052ec7aa462410c \ + 243bc671f53a751549ec21f075c63f23" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pytz" |