void-packages/srcpkgs/python3-iso8601/template

21 lines
692 B
Bash

# Template file for 'python3-iso8601'
pkgname=python3-iso8601
version=2.1.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
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"
changelog="https://raw.githubusercontent.com/micktwomey/pyiso8601/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/i/iso8601/iso8601-${version}.tar.gz"
checksum=6b1d3829ee8921c4301998c909f7829fa9ed3cbdac0d3b16af2d743aed1ba8df
replaces="python3-iso-8601>=0"
post_install() {
vlicense LICENSE
}