python3-installer: update to 0.6.0.

This commit is contained in:
Andrew J. Hesford 2022-12-10 12:22:41 -05:00
parent 5131218f70
commit 5b66ca208f

View file

@ -1,6 +1,6 @@
# Template file for 'python3-installer' # Template file for 'python3-installer'
pkgname=python3-installer pkgname=python3-installer
version=0.5.1 version=0.6.0
revision=1 revision=1
# This package is used by the python3-pep517 build style; using that style here # This package is used by the python3-pep517 build style; using that style here
# would create a build cycle # would create a build cycle
@ -13,7 +13,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT" license="MIT"
homepage="https://installer.readthedocs.io/" homepage="https://installer.readthedocs.io/"
distfiles="${PYPI_SITE}/i/installer/installer-${version}.tar.gz" distfiles="${PYPI_SITE}/i/installer/installer-${version}.tar.gz"
checksum=f970995ec2bb815e2fdaf7977b26b2091e1e386f0f42eafd5ac811953dc5d445 checksum=f3bd36cd261b440a88a1190b1becca0578fee90b4b62decc796932fdd5ae8839
do_build() { do_build() {
python3 -m flit_core.wheel python3 -m flit_core.wheel