python-Babel: update to 2.6.0

This commit is contained in:
Alessio Sergi 2018-06-06 19:16:10 +02:00
parent 9855ba62a4
commit 02be026948

View file

@ -1,19 +1,19 @@
# Template file for 'python-Babel'
pkgname=python-Babel
version=2.5.3
version=2.6.0
revision=1
noarch=yes
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
pycompile_module="babel"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-setuptools python-pytz"
pycompile_module="babel"
short_desc="Tools for internationalizing Python applications (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="http://babel.pocoo.org/"
license="3-clause-BSD"
license="BSD-3-Clause"
distfiles="${PYPI_SITE}/B/Babel/Babel-${version}.tar.gz"
checksum=8ce4cb6fdd4393edd323227cba3a077bceb2a6ce5201c902c65e730046f41f14
checksum=8cba50f48c529ca3fa18cf81fa9403be176d374ac4d60738b839122dfaaa3d23
alternatives="babel:pybabel:/usr/bin/pybabel2"
post_install() {