Merge pull request #4832 from lazka/python-wheel-0.44.0

python-wheel: Update to 0.44.0
This commit is contained in:
Christoph Reiter 2024-08-16 12:01:05 +02:00 committed by GitHub
commit f34e9f878b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,8 +2,8 @@
_realname=wheel _realname=wheel
pkgname="python-${_realname}" pkgname="python-${_realname}"
pkgver=0.43.0 pkgver=0.44.0
pkgrel=2 pkgrel=1
pkgdesc="A built-package format for Python" pkgdesc="A built-package format for Python"
arch=('any') arch=('any')
url="https://pypi.python.org/pypi/wheel" url="https://pypi.python.org/pypi/wheel"
@ -20,7 +20,7 @@ makedepends=(
"python-build" "python-build"
) )
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('465ef92c69fa5c5da2d1cf8ac40559a8c940886afcef87dcf14b9470862f1d85') sha256sums=('a29c3f2817e95ab89aa4660681ad547c0e9547f20e75b0562fe7723c9a2a9d49')
build() { build() {
cd "${_realname}-${pkgver}" cd "${_realname}-${pkgver}"