2021-11-09 13:47:25 +01:00
|
|
|
# Template file for 'python3-iso8601'
|
|
|
|
pkgname=python3-iso8601
|
2021-11-22 14:37:33 +01:00
|
|
|
version=1.0.1
|
2021-11-09 13:47:25 +01:00
|
|
|
revision=1
|
|
|
|
wrksrc="iso8601-${version}"
|
|
|
|
build_style=python3-module
|
|
|
|
hostmakedepends="python3-setuptools"
|
|
|
|
depends="python3"
|
|
|
|
checkdepends="python3-pytest python3-hypothesis python3-pytz"
|
|
|
|
short_desc="ISO8601 formatted dated parser for Python3"
|
|
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
|
|
license="MIT"
|
|
|
|
homepage="https://github.com/micktwomey/pyiso8601"
|
|
|
|
distfiles="${PYPI_SITE}/i/iso8601/iso8601-${version}.tar.gz"
|
2021-11-22 14:37:33 +01:00
|
|
|
checksum=02b1c8683bd9c3a3ea381de89c3788cf0e6562dd1eb1e160e8f68141ac08ba90
|
2021-11-09 13:47:25 +01:00
|
|
|
replaces="python3-iso-8601>=0"
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|