void-packages/srcpkgs/python3-packaging/template
2021-10-09 08:00:20 -04:00

24 lines
642 B
Bash

# Template file for 'python3-packaging'
pkgname=python3-packaging
version=21.0
revision=2
wrksrc="packaging-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-parsing"
checkdepends="python3-pytest"
short_desc="Core utilities for Python packages (Python3)"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="Apache-2.0, BSD-2-Clause"
homepage="https://github.com/pypa/packaging"
distfiles="${PYPI_SITE}/p/packaging/packaging-${version}.tar.gz"
checksum=7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7
do_check() {
: provides no tests
}
post_install() {
vlicense LICENSE
}