void-packages/srcpkgs/python3-isodate/template
2025-03-21 08:15:57 -04:00

18 lines
560 B
Bash

# Template file for 'python3-isodate'
pkgname=python3-isodate
version=0.7.2
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm"
depends="python3"
checkdepends="python3-pytest"
short_desc="ISO 8601 date/time/duration parser and formatter (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/gweis/isodate"
distfiles="${PYPI_SITE}/i/isodate/isodate-${version}.tar.gz"
checksum=4cd1aa0f43ca76f4a6c6c0292a85f40b35ec2e43e315b59f06e6d32171a953e6
post_install() {
vlicense LICENSE
}