void-packages/srcpkgs/python3-dateutil/template

19 lines
649 B
Bash

# Template file for 'python3-dateutil'
pkgname=python3-dateutil
version=2.8.2
revision=4
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3-six tzdata"
checkdepends="python3-pytest-cov python3-hypothesis python3-freezegun ${depends}"
short_desc="Extensions to the standard Python3 datetime module"
maintainer="Orphaned <orphan@voidlinux.org>"
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=0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86
post_install() {
vlicense LICENSE
}