21 lines
695 B
Bash
21 lines
695 B
Bash
# Template file for 'python3-inflect'
|
|
pkgname=python3-inflect
|
|
version=6.0.0
|
|
revision=1
|
|
wrksrc=inflect-${version}
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-wheel python3-setuptools_scm"
|
|
depends="python3-pydantic"
|
|
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/CHANGES.rst"
|
|
distfiles="${PYPI_SITE}/i/inflect/inflect-${version}.tar.gz"
|
|
checksum=0bc1516ec2725e2d8221707a612245093cb6f1cea209cfd8cbd4fc5e96fa6365
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|