17 lines
560 B
Bash
17 lines
560 B
Bash
# 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
|
|
}
|