20 lines
605 B
Bash
20 lines
605 B
Bash
# Template file for 'python3-ciso8601'
|
|
pkgname=python3-ciso8601
|
|
version=2.2.0
|
|
revision=2
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
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=f33c4ba69d8b5897854e4db261b7f140404f9749e79247d3447918a061ab49f4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|