python3-wheel: update to 0.37.1.

This commit is contained in:
Andrew J. Hesford 2022-08-11 08:23:47 -04:00
parent 9fce8751ff
commit 86535fd840
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python3-wheel' # Template file for 'python3-wheel'
pkgname=python3-wheel pkgname=python3-wheel
version=0.37.0 version=0.37.1
revision=2 revision=1
wrksrc="wheel-${version}" wrksrc="wheel-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.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=e2ef7239991699e3355d54f8e968a21bb940a1dbf34a4d226741e64462516fad checksum=e9a504e793efbca1b8e0e9cb979a249cf4a0a7b5b8c9e8b65a5e39d49529c1c4
conflicts="python-wheel>=0" conflicts="python-wheel>=0"
do_check() { do_check() {