2016-04-23 23:04:45 +02:00

37 lines
1.1 KiB
Bash

# Template file for 'python-Babel'
pkgname=python-Babel
version=2.3.4
revision=1
noarch=yes
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-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"
distfiles="https://pypi.python.org/packages/6e/96/ba2a2462ed25ca0e651fb7b66e7080f5315f91425a07ea5b34d7c870c114/Babel-${version}.tar.gz"
checksum=c535c4403802f6eb38173cd4863e419e2274921a01a8aad8a5b497c131c62875
post_install() {
cp -f ${DESTDIR}/usr/bin/pybabel{,3.4}
replace_interpreter python ${DESTDIR}/usr/bin/pybabel
vlicense LICENSE
}
python3.4-Babel_package() {
noarch=yes
depends="python3.4-setuptools python3.4-pytz"
pycompile_version="3.4"
pycompile_module="babel"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/bin/pybabel3.4
vmove usr/lib/python3.4
vlicense LICENSE
}
}