mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
New package: python3-timelib-0.3.0
This commit is contained in:
parent
47514c0501
commit
2c65490650
1 changed files with 17 additions and 0 deletions
17
srcpkgs/python3-timelib/template
Normal file
17
srcpkgs/python3-timelib/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue