# Template file for 'python3-humanize' pkgname=python3-humanize version=4.8.0 revision=2 build_style=python3-pep517 hostmakedepends="hatchling hatch-vcs" depends="python3" checkdepends="python3-pytest python3-freezegun" short_desc="Python humanize utilities" maintainer="icp " license="MIT" homepage="https://humanize.readthedocs.io/" changelog="https://github.com/python-humanize/humanize/releases" distfiles="${PYPI_SITE}/h/humanize/humanize-${version}.tar.gz" checksum=9783373bf1eec713a770ecaa7c2d7a7902c98398009dfa3d8a2df91eec9311e8 post_patch() { # remove tests which overflow in 32-bit hosts vsed -e '/27 years/d' -i tests/test_time.py } post_install() { vlicense LICENCE }