New package: python3-timelib-0.3.0

This commit is contained in:
Toyam Cox 2024-12-12 23:32:02 -05:00 committed by Toyam Cox
parent 47514c0501
commit 2c65490650

View file

@ -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 <Vaelatern@voidlinux.org>"
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
}