21 lines
764 B
Bash
21 lines
764 B
Bash
# Template file for 'python3-inflect'
|
|
pkgname=python3-inflect
|
|
version=7.4.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=904baa17cc2cb74827a6c27b95692e95670dadc72b208b3e8c1c05aeed47026b
|
|
make_check_pre="env PY_IGNORE_IMPORTMISMATCH=1"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|