mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-11 04:55:13 +02:00
21 lines
735 B
Bash
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"
|
|
}
|