python-Babel: update to 2.3.4
This commit is contained in:
parent
3b878472d8
commit
aae9db87e6
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-Babel'
|
# Template file for 'python-Babel'
|
||||||
pkgname=python-Babel
|
pkgname=python-Babel
|
||||||
version=2.3.3
|
version=2.3.4
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
|
@ -13,8 +13,8 @@ short_desc="Tools for internationalizing Python applications (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://babel.pocoo.org/"
|
homepage="http://babel.pocoo.org/"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/B/Babel/Babel-${version}.tar.gz"
|
distfiles="https://pypi.python.org/packages/6e/96/ba2a2462ed25ca0e651fb7b66e7080f5315f91425a07ea5b34d7c870c114/Babel-${version}.tar.gz"
|
||||||
checksum=12dff9afa9c6cd6e2a39960d3cd4b46b2b98768cdc6646833c66b20799c1c58e
|
checksum=c535c4403802f6eb38173cd4863e419e2274921a01a8aad8a5b497c131c62875
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
cp -f ${DESTDIR}/usr/bin/pybabel{,3.4}
|
cp -f ${DESTDIR}/usr/bin/pybabel{,3.4}
|
||||||
|
|
Loading…
Reference in a new issue