void-packages/srcpkgs/python3-dateutil/template

19 lines
672 B
Bash

# Template file for 'python3-dateutil'
pkgname=python3-dateutil
version=2.9.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3-six tzdata"
checkdepends="python3-pytest-cov python3-hypothesis python3-freezegun ${depends}"
short_desc="Extensions to the standard Python3 datetime module"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="Apache-2.0, BSD-3-Clause"
homepage="https://github.com/dateutil/dateutil"
distfiles="${PYPI_SITE}/p/python-dateutil/python-dateutil-${version}.tar.gz"
checksum=78e73e19c63f5b20ffa567001531680d939dc042bf7850431877645523c66709
post_install() {
vlicense LICENSE
}