mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-humanize: update to 4.10.0.
This commit is contained in:
parent
0c4f2d8cd0
commit
00f77b9db2
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'python3-humanize'
|
# Template file for 'python3-humanize'
|
||||||
pkgname=python3-humanize
|
pkgname=python3-humanize
|
||||||
version=4.9.0
|
version=4.10.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="hatchling hatch-vcs"
|
hostmakedepends="hatchling hatch-vcs"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest python3-freezegun"
|
checkdepends="python3-pytest-cov python3-freezegun"
|
||||||
short_desc="Python humanize utilities"
|
short_desc="Python humanize utilities"
|
||||||
maintainer="icp <pangolin@vivaldi.net>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://humanize.readthedocs.io/"
|
homepage="https://humanize.readthedocs.io/"
|
||||||
changelog="https://github.com/python-humanize/humanize/releases"
|
changelog="https://github.com/python-humanize/humanize/releases"
|
||||||
distfiles="${PYPI_SITE}/h/humanize/humanize-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/h/humanize/humanize-${version}.tar.gz"
|
||||||
checksum=582a265c931c683a7e9b8ed9559089dea7edcf6cc95be39a3cbc2c5d5ac2bcfa
|
checksum=06b6eb0293e4b85e8d385397c5868926820db32b9b654b932f57fa41c23c9978
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
# remove tests which overflow in 32-bit hosts
|
# remove tests which overflow in 32-bit hosts
|
||||||
|
|
Loading…
Add table
Reference in a new issue