aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/py3-wheel/APKBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/main/py3-wheel/APKBUILD b/main/py3-wheel/APKBUILD
index b278363cc6..442d0e6949 100644
--- a/main/py3-wheel/APKBUILD
+++ b/main/py3-wheel/APKBUILD
@@ -1,16 +1,15 @@
# Contributor: Antoine Fontaine <antoine.fontaine@epfl.ch>
# Maintainer: Antoine Fontaine <antoine.fontaine@epfl.ch>
-pkgname="py3-wheel"
-_pyname="wheel"
-pkgver="0.34.2"
-pkgrel=0
+pkgname=py3-wheel
+_pyname=wheel
+pkgver=0.34.2
+pkgrel=1
pkgdesc="A built-package format for Python"
url="https://github.com/pypa/wheel"
arch="noarch"
license="MIT"
subpackages="$pkgname-doc"
-depends="python3"
-makedepends="py3-setuptools"
+depends="python3 py3-setuptools"
_pypiprefix="${_pyname%${_pyname#?}}"
source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir"/$_pyname-$pkgver