24 lines
641 B
Bash
24 lines
641 B
Bash
|
# Template file for 'python3-packaging'
|
||
|
pkgname=python3-packaging
|
||
|
version=20.7
|
||
|
revision=1
|
||
|
wrksrc="packaging-${version}"
|
||
|
build_style=python3-pep517
|
||
|
hostmakedepends="python3-flit_core"
|
||
|
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=05af3bb85d320377db281cf254ab050e1a7ebcbf5410685a9a407e18a1f81236
|
||
|
|
||
|
do_check() {
|
||
|
: provides no tests
|
||
|
}
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|