python3-packaging: update to 21.2.
This commit is contained in:
parent
ace3133e01
commit
9ca483d342
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-packaging'
|
# Template file for 'python3-packaging'
|
||||||
pkgname=python3-packaging
|
pkgname=python3-packaging
|
||||||
version=21.0
|
version=21.2
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="packaging-${version}"
|
wrksrc="packaging-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="Apache-2.0, BSD-2-Clause"
|
license="Apache-2.0, BSD-2-Clause"
|
||||||
homepage="https://github.com/pypa/packaging"
|
homepage="https://github.com/pypa/packaging"
|
||||||
distfiles="${PYPI_SITE}/p/packaging/packaging-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/packaging/packaging-${version}.tar.gz"
|
||||||
checksum=7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7
|
checksum=096d689d78ca690e4cd8a89568ba06d07ca097e3306a4381635073ca91479966
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
: provides no tests
|
: provides no tests
|
||||||
|
|
Loading…
Reference in New Issue