python3-Babel: update to 2.10.3.

This commit is contained in:
icp 2022-09-15 00:32:22 +05:30 committed by classabbyamp
parent 0539d8b598
commit f065fed4a1

View file

@ -1,20 +1,19 @@
# Template file for 'python3-Babel' # Template file for 'python3-Babel'
pkgname=python3-Babel pkgname=python3-Babel
version=2.9.1 version=2.10.3
revision=1 revision=1
wrksrc="${pkgname#*-}-${version}" wrksrc="${pkgname#*-}-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-pytz" depends="python3-pytz"
checkdepends="python3-pytest python3-pytz python3-freezegun" checkdepends="python3-pytest python3-pytz python3-freezegun"
short_desc="Tools for internationalizing Python applications (Python3)" short_desc="Tools for internationalizing Python applications (Python3)"
maintainer="Alessio Sergi <al3hex@gmail.com>" maintainer="Alessio Sergi <al3hex@gmail.com>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="http://babel.pocoo.org/" 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" distfiles="${PYPI_SITE}/B/Babel/Babel-${version}.tar.gz"
checksum=bc0c176f9f6a994582230df350aa6e05ba2ebe4b3ac317eab29d9be5d2768da0 checksum=7614553711ee97490f732126dc077f8d0ae084ebc6a96e23db1482afabdb2c51
# test_extract_error_code fails: https://github.com/python-babel/babel/issues/802#issuecomment-1029132391
make_check=no
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE