void-packages/srcpkgs/python3-inflect/template

21 lines
764 B
Bash

# Template file for 'python3-inflect'
pkgname=python3-inflect
version=7.2.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-more-itertools python3-typeguard python3-typing_extensions"
checkdepends="${depends} python3-pytest-xdist"
short_desc="Correctly generate plurals, ordinals; convert numbers to words"
maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/jaraco/inflect"
changelog="https://raw.githubusercontent.com/jaraco/inflect/main/NEWS.rst"
distfiles="${PYPI_SITE}/i/inflect/inflect-${version}.tar.gz"
checksum=32feacfacfcae2f22e6fccdea10f0ddf26a638fac434d0dddaafbca0034f3784
make_check_pre="env PY_IGNORE_IMPORTMISMATCH=1"
post_install() {
vlicense LICENSE
}