python3-humanize: update to 4.8.0.

Adopt.
This commit is contained in:
icp 2023-08-22 00:21:37 +05:30 committed by classabbyamp
parent a4496a017f
commit cdfed1e963
1 changed files with 6 additions and 8 deletions

View File

@ -1,24 +1,22 @@
# Template file for 'python3-humanize'
pkgname=python3-humanize
version=4.6.0
version=4.8.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs"
depends="python3"
checkdepends="python3-pytest python3-freezegun"
short_desc="Python humanize utilities"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/python-humanize/humanize"
homepage="https://humanize.readthedocs.io/"
changelog="https://github.com/python-humanize/humanize/releases"
distfiles="${PYPI_SITE}/h/humanize/humanize-${version}.tar.gz"
checksum=5f1f22bc65911eb1a6ffe7659bd6598e33dcfeeb904eb16ee1e705a09bf75916
make_check_pre="env PYTHONPATH=src"
checksum=9783373bf1eec713a770ecaa7c2d7a7902c98398009dfa3d8a2df91eec9311e8
post_patch() {
# allow running tests without installing
vsed -e "s/importlib_metadata\.version(__name__)/'${version}'/g" \
-i src/humanize/__init__.py
# remove tests which overflow in 32-bit hosts
vsed -e '/27 years/d' -i tests/test_time.py
}
post_install() {