20 lines
669 B
Bash
20 lines
669 B
Bash
# Template file for 'python3-inflect'
|
|
pkgname=python3-inflect
|
|
version=6.0.1
|
|
revision=2
|
|
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=9e43f00d0f75b0d553e53c532ff45a249b99472dfe41683dbf978ca6c7839281
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|