void-packages/srcpkgs/python3-Babel/template
2025-04-08 09:12:02 +07:00

21 lines
735 B
Bash

# Template file for 'python3-Babel'
pkgname=python3-Babel
version=2.17.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="$depends python3-pytest-xdist python3-freezegun python3-pytz"
short_desc="Tools for internationalizing Python applications"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
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=0c54cffb19f690cdcc52a3b50bcbf71e07a808d1c80d549f2459b9d2cf0afb9d
post_install() {
vlicense LICENSE
# for compatibility
ln -s pybabel "${DESTDIR}/usr/bin/pybabel3"
}