Skip to content
Snippets Groups Projects
Verified Commit e34af62a authored by alice's avatar alice
Browse files

main/py3-wheel: upgrade to 0.37.1

parent 6cf6e7b1
No related branches found
No related tags found
1 merge request!33087*/*: disown my packages and drop anbox
Pipeline #118072 passed with warnings
......@@ -2,8 +2,8 @@
# Maintainer: psykose <alice@ayaya.dev>
pkgname=py3-wheel
_pyname=wheel
pkgver=0.36.2
pkgrel=4
pkgver=0.37.1
pkgrel=0
pkgdesc="built-package format for Python"
options="!check" # Testsuite fails
url="https://github.com/pypa/wheel"
......@@ -18,6 +18,7 @@ source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_p
use-system-packaging.patch
"
builddir="$srcdir"/$_pyname-$pkgver
options="!check"
build() {
rm -rf src/wheel/vendored
......@@ -29,5 +30,8 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
install -Dm 0644 "$srcdir"/$_pyname-$pkgver/docs/index.rst "$pkgdir/usr/share/doc/py3-wheel"
}
sha512sums="73f5c6e77b8c396163b02e12ce7291e32960d771c732d8e97476971201b29e654d53551b2ce17db1fbde5697ced1908607995cac38fe2b61c63aec6abd4b6aaf wheel-0.36.2.tar.gz
e20281a6fd42cf6dd24be9edf6b469cc7da0c03012127f5224a03c7cd40c785a8f7ae8e4c9829b590e5ca1242300224dcb7c3e571a9347736608512065a27065 use-system-packaging.patch"
sha512sums="
c977a740c17abd1fa4b4c2382a33f3ff887baa4231c36990d988cb8531496074e39744786ef6ac0da9c9af4977bce5b2da145377a3ac15eea918f8125bff66ec wheel-0.37.1.tar.gz
e20281a6fd42cf6dd24be9edf6b469cc7da0c03012127f5224a03c7cd40c785a8f7ae8e4c9829b590e5ca1242300224dcb7c3e571a9347736608512065a27065 use-system-packaging.patch
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment