22 lines
726 B
Bash
22 lines
726 B
Bash
# Template file for 'python3-Babel'
|
|
pkgname=python3-Babel
|
|
version=2.10.3
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-pytz"
|
|
checkdepends="python3-pytest python3-pytz python3-freezegun"
|
|
short_desc="Tools for internationalizing Python applications (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://babel.pocoo.org"
|
|
changelog="https://raw.githubusercontent.com/python-babel/babel/master/CHANGES.rst"
|
|
distfiles="${PYPI_SITE}/B/Babel/Babel-${version}.tar.gz"
|
|
checksum=7614553711ee97490f732126dc077f8d0ae084ebc6a96e23db1482afabdb2c51
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
# for compatibility
|
|
ln -s pybabel "${DESTDIR}/usr/bin/pybabel3"
|
|
}
|