24 lines
642 B
Bash
24 lines
642 B
Bash
# Template file for 'python3-packaging'
|
|
pkgname=python3-packaging
|
|
version=21.3
|
|
revision=1
|
|
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=dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb
|
|
|
|
do_check() {
|
|
: provides no tests
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|