mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 04:12:57 +02:00
python3-packaging: update to 22.0.
This commit is contained in:
parent
5b66ca208f
commit
b156410b04
1 changed files with 6 additions and 9 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'python3-packaging'
|
# Template file for 'python3-packaging'
|
||||||
pkgname=python3-packaging
|
pkgname=python3-packaging
|
||||||
version=21.3
|
version=22.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-flit_core"
|
||||||
depends="python3-parsing"
|
depends="python3-parsing"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="Core utilities for Python packages (Python3)"
|
short_desc="Core utilities for Python packages (Python3)"
|
||||||
|
@ -11,11 +11,8 @@ 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=dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb
|
checksum=2198ec20bd4c017b8f9717e00f0c8714076fc2fd93816750ab48e2c41de2cfd3
|
||||||
|
make_check=no # provides no tests
|
||||||
do_check() {
|
|
||||||
: provides no tests
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue