mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-inflect-6.0.0
This commit is contained in:
parent
fc9495667e
commit
5008362034
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-inflect/template
Normal file
20
srcpkgs/python3-inflect/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue