diff --git a/srcpkgs/python3-packaging/template b/srcpkgs/python3-packaging/template index 27d8375212c..e61e826feca 100644 --- a/srcpkgs/python3-packaging/template +++ b/srcpkgs/python3-packaging/template @@ -1,9 +1,9 @@ # Template file for 'python3-packaging' pkgname=python3-packaging -version=21.3 -revision=2 -build_style=python3-module -hostmakedepends="python3-setuptools" +version=22.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-flit_core" depends="python3-parsing" checkdepends="python3-pytest" short_desc="Core utilities for Python packages (Python3)" @@ -11,11 +11,8 @@ maintainer="Andrew J. Hesford " 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 -} +checksum=2198ec20bd4c017b8f9717e00f0c8714076fc2fd93816750ab48e2c41de2cfd3 +make_check=no # provides no tests post_install() { vlicense LICENSE