aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Fontaine <antoine.fontaine@epfl.ch>2022-04-10 21:59:58 +0200
committerpsykose <alice@ayaya.dev>2022-04-10 22:47:55 +0200
commit6ef4e5cbf95102d359be1d2f94f95ae29c1ee06e (patch)
tree0f22d7dc849a1109f718bd42f3cd8f796512c060
parent14f8574305f32d1ddfcf80d787d920f78ff090cf (diff)
main/py3-wheel: orphan my package
I've not been maintaining this package for some time because of lack of time, and because I've stopped using Alpine. I'm making this official so that other people can step up.
-rw-r--r--main/py3-wheel/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py3-wheel/APKBUILD b/main/py3-wheel/APKBUILD
index a325d68226a..8fcc511dda9 100644
--- a/main/py3-wheel/APKBUILD
+++ b/main/py3-wheel/APKBUILD
@@ -1,9 +1,9 @@
# Contributor: Antoine Fontaine <antoine.fontaine@epfl.ch>
-# Maintainer: Antoine Fontaine <antoine.fontaine@epfl.ch>
+# Maintainer:
pkgname=py3-wheel
_pyname=wheel
pkgver=0.36.2
-pkgrel=3
+pkgrel=4
pkgdesc="built-package format for Python"
options="!check" # Testsuite fails
url="https://github.com/pypa/wheel"