aboutsummaryrefslogtreecommitdiffstats
path: root/main/py3-installer/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/py3-installer/APKBUILD')
-rw-r--r--main/py3-installer/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/py3-installer/APKBUILD b/main/py3-installer/APKBUILD
index 3750fde338b..114488bc917 100644
--- a/main/py3-installer/APKBUILD
+++ b/main/py3-installer/APKBUILD
@@ -2,13 +2,14 @@
# Maintainer: Sean McAvoy <seanmcavoy@gmail.com>
pkgname=py3-installer
pkgver=0.7.0
-pkgrel=0
+pkgrel=1
pkgdesc="low-level library for installing from a Python wheel distribution"
url="https://github.com/pypa/installer"
arch="noarch"
license="MIT"
depends="python3"
checkdepends="py3-pytest"
+subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/py3/i/installer/installer-$pkgver-py3-none-any.whl
default-bytecode-levels.patch
"