# Template file for 'python3-packaging' pkgname=python3-packaging version=22.0 revision=1 # This package is required by python3-build, used by the python3-pep517 style; # using that style here would create a cycle build_style=python3-module hostmakedepends="python3-flit_core python3-installer" depends="python3-parsing" checkdepends="python3-pytest" short_desc="Core utilities for Python packages (Python3)" 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=2198ec20bd4c017b8f9717e00f0c8714076fc2fd93816750ab48e2c41de2cfd3 make_check=no # provides no tests do_build() { python3 -m flit_core.wheel } do_install() { python3 -m installer --destdir "${DESTDIR}" \ "dist/packaging-${version}-py3-none-any.whl" vlicense LICENSE }