25 lines
707 B
Bash
25 lines
707 B
Bash
# Template file for 'python3-humanize'
|
|
pkgname=python3-humanize
|
|
version=4.9.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="hatchling hatch-vcs"
|
|
depends="python3"
|
|
checkdepends="python3-pytest python3-freezegun"
|
|
short_desc="Python humanize utilities"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
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=582a265c931c683a7e9b8ed9559089dea7edcf6cc95be39a3cbc2c5d5ac2bcfa
|
|
|
|
post_patch() {
|
|
# remove tests which overflow in 32-bit hosts
|
|
vsed -e '/27 years/d' -i tests/test_time.py
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENCE
|
|
}
|