From 5008362034feb069e17f6afa34b1a29f01101992 Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 31 Aug 2022 00:13:14 +0530 Subject: [PATCH] New package: python3-inflect-6.0.0 --- srcpkgs/python3-inflect/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-inflect/template diff --git a/srcpkgs/python3-inflect/template b/srcpkgs/python3-inflect/template new file mode 100644 index 00000000000..d8cb62fa120 --- /dev/null +++ b/srcpkgs/python3-inflect/template @@ -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 " +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 +}