mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 05:07:01 +02:00
python3-Babel: update to 2.17.0.
This commit is contained in:
parent
9d0ac5b53a
commit
ec55971616
1 changed files with 5 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'python3-Babel'
|
||||
pkgname=python3-Babel
|
||||
version=2.16.0
|
||||
revision=2
|
||||
version=2.17.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)"
|
||||
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=d1f3554ca26605fe173f3de0c65f750f5a42f924499bf134de6423582298e316
|
||||
checksum=0c54cffb19f690cdcc52a3b50bcbf71e07a808d1c80d549f2459b9d2cf0afb9d
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue