python3-wheel: update to 0.41.1.

This commit is contained in:
Andrew J. Hesford 2023-08-11 09:43:09 -04:00
parent 09f97a2704
commit bbb69cc691
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-wheel' # Template file for 'python3-wheel'
pkgname=python3-wheel pkgname=python3-wheel
version=0.41.0 version=0.41.1
revision=1 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
@ -11,7 +11,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT" license="MIT"
homepage="https://github.com/pypa/wheel" homepage="https://github.com/pypa/wheel"
distfiles="${PYPI_SITE}/w/wheel/wheel-${version}.tar.gz" distfiles="${PYPI_SITE}/w/wheel/wheel-${version}.tar.gz"
checksum=55a0f0a5a84869bce5ba775abfd9c462e3a6b1b7b7ec69d72c0b83d673a5114d checksum=12b911f083e876e10c595779709f8a88a59f45aacc646492a67fe9ef796c1b47
conflicts="python-wheel>=0" conflicts="python-wheel>=0"
do_check() { do_check() {