python-wheel: Update to 0.38.4

This commit is contained in:
Christoph Reiter
2022-12-17 10:06:08 +01:00
parent 1309a84647
commit 00fc692ba2

View File

@@ -4,8 +4,8 @@ _bootstrapping=no
_realname=wheel
pkgname="python-${_realname}"
pkgver=0.37.1
pkgrel=3
pkgver=0.38.4
pkgrel=1
pkgdesc="A built-package format for Python"
arch=('any')
url="https://pypi.python.org/pypi/wheel"
@@ -14,9 +14,9 @@ depends=("python")
if [[ "${_bootstrapping}" == "no" ]]; then
makedepends=("python-installer")
fi
source=("https://pypi.debian.net/wheel/wheel-${pkgver}-py2.py3-none-any.whl"
source=("https://pypi.debian.net/wheel/wheel-${pkgver}-py3-none-any.whl"
"install_wheel.py")
sha256sums=('4bdcd7d840138086126cd09254dc6195fb4fc6f01c050a1d7236f2630db1d22a'
sha256sums=('b60533f3f5d530e971d6737ca6d58681ee434818fab630c83a734bb10c083ce8'
'668e64f912d6360330c403edb6100b21f6aa6dd6a7803d342fab8c35d8176ad9')
package() {