20 lines
669 B
Bash
20 lines
669 B
Bash
# Template file for 'python3-inflect'
|
|
pkgname=python3-inflect
|
|
version=6.0.4
|
|
revision=1
|
|
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=1842649a17b6cad66812a5c9bdfacb6310e1e7b6dd8a31f026766df1b62612eb
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|