From 2c65490650407da9e795de278e56652b90b56075 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Thu, 12 Dec 2024 23:32:02 -0500 Subject: [PATCH] New package: python3-timelib-0.3.0 --- srcpkgs/python3-timelib/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/python3-timelib/template diff --git a/srcpkgs/python3-timelib/template b/srcpkgs/python3-timelib/template new file mode 100644 index 00000000000..23832754042 --- /dev/null +++ b/srcpkgs/python3-timelib/template @@ -0,0 +1,17 @@ +# Template file for 'python3-timelib' +pkgname=python3-timelib +version=0.3.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-Cython" +makedepends="python3-devel" +short_desc="Module for parsing english textual date descriptions" +maintainer="Toyam Cox " +license="PHP-3.01, Zlib" +homepage="https://github.com/pediapress/timelib/" +distfiles="${PYPI_SITE}/t/timelib/timelib-${version}.tar.gz" +checksum=d1b22706557186e6058da88ba0f85837401b2ae9de157f59353dc978d825187a + +post_install() { + vlicense README.rst +}