vp-build/srcpkgs/python3-iso8601/template

20 lines
606 B
Bash

# Template file for 'python3-iso8601'
pkgname=python3-iso8601
version=1.1.0
revision=2
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"
checksum=32811e7b81deee2063ea6d2e94f8819a86d1f3811e49d23623a41fa832bef03f
replaces="python3-iso-8601>=0"
post_install() {
vlicense LICENSE
}