Files
void-packages/srcpkgs/python3-dateutil/template
Gonzalo Tornaría fd080f8b6b python3-dateutil: update to 2.9.0, adopt.
Closes: #51647 [via git-merge-pr]
2024-08-06 10:50:12 -04:00

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
}