void-packages/srcpkgs/python3-Babel/template

22 lines
739 B
Bash

# Template file for 'python3-Babel'
pkgname=python3-Babel
version=2.16.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="$depends python3-pytest python3-freezegun python3-pytz"
short_desc="Tools for internationalizing Python applications (Python3)"
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=d1f3554ca26605fe173f3de0c65f750f5a42f924499bf134de6423582298e316
post_install() {
vlicense LICENSE
# for compatibility
ln -s pybabel "${DESTDIR}/usr/bin/pybabel3"
}