diff options
Diffstat (limited to 'user/py3-idna/APKBUILD')
-rw-r--r-- | user/py3-idna/APKBUILD | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/user/py3-idna/APKBUILD b/user/py3-idna/APKBUILD index ea624e5fc..2dcf01370 100644 --- a/user/py3-idna/APKBUILD +++ b/user/py3-idna/APKBUILD @@ -17,18 +17,14 @@ source="idna-$pkgver.tar.gz::https://github.com/kjd/idna/archive/v$pkgver.tar.gz builddir="$srcdir/$_pkgname-$pkgver" build() { - cd "$builddir" python3 setup.py build } check() { - cd "$builddir" python3 setup.py test } package() { - mkdir -p "$pkgdir" - cd "$builddir" python3 setup.py install --prefix=/usr --root="$pkgdir" } |