mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-03 02:23:11 +02:00
19 lines
571 B
Bash
19 lines
571 B
Bash
# Template file for 'python3-ciso8601'
|
|
pkgname=python3-ciso8601
|
|
version=2.3.3
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
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=1510481321ba3599661aec6a82ab3f1832f7f3a009179ca299be0cfa9cfd12aa
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|