aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-idna-ssl/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-idna-ssl/APKBUILD')
-rw-r--r--community/py3-idna-ssl/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/py3-idna-ssl/APKBUILD b/community/py3-idna-ssl/APKBUILD
index 20862c016c3..ac04dcab859 100644
--- a/community/py3-idna-ssl/APKBUILD
+++ b/community/py3-idna-ssl/APKBUILD
@@ -4,7 +4,7 @@
pkgname=py3-idna-ssl
_pkgname=idna-ssl
pkgver=1.1.0
-pkgrel=5
+pkgrel=9
pkgdesc="Patch ssl.match_hostname for Unicode(idna) domains support"
url="https://github.com/aio-libs/idna-ssl"
arch="noarch"
@@ -12,6 +12,7 @@ license="MIT"
depends="py3-idna"
checkdepends="py3-pytest py3-pytest-cov py3-aiohttp"
makedepends="py3-setuptools"
+subpackages="$pkgname-pyc"
source="$_pkgname-$pkgver.tar.gz::https://github.com/aio-libs/idna-ssl/archive/v$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
@@ -29,7 +30,7 @@ check() {
}
package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
+ python3 setup.py install --skip-build --root="$pkgdir"
}
sha512sums="01e58e9f32f7e02ef203edbd76e199916ea0b16d01a929ca2fb272d83988483c17e9c36e131f47bfba7f7b657bef9e2be222f81800716a5b87d5847c27cce34d idna-ssl-1.1.0.tar.gz"