mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-ciso8601-2.1.3
This commit is contained in:
parent
ec247b2aa4
commit
d244540c10
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-ciso8601/template
Normal file
19
srcpkgs/python3-ciso8601/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'python3-ciso8601'
|
||||||
|
pkgname=python3-ciso8601
|
||||||
|
version=2.1.3
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
makedepends="python3-devel"
|
||||||
|
depends="python3"
|
||||||
|
short_desc="Fast ISO8601 date time parser for Python, written in C"
|
||||||
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/closeio/ciso8601"
|
||||||
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
|
checksum=4f27113e10622a3b86161c90bee80dc6f3ab8dcab9385092088db239e9fd94dc
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue