From 21c4b84eb30afc752dd0ba5965c61dfc3bebac3d Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 11 Jan 2020 01:54:54 +0000 Subject: user/*: Modernise / fix syntax / metadata / deps --- user/py3-incremental/APKBUILD | 3 --- 1 file changed, 3 deletions(-) (limited to 'user/py3-incremental/APKBUILD') diff --git a/user/py3-incremental/APKBUILD b/user/py3-incremental/APKBUILD index ff3ed3cb7..8843380f5 100644 --- a/user/py3-incremental/APKBUILD +++ b/user/py3-incremental/APKBUILD @@ -14,17 +14,14 @@ source="https://files.pythonhosted.org/packages/8f/26/02c4016aa95f45479eea37c90c builddir="$srcdir/incremental-$pkgver" build() { - cd "$builddir" python3 setup.py build } check() { - cd "$builddir" python3 setup.py test } package() { - cd "$builddir" python3 setup.py install --prefix=/usr --root="$pkgdir" } -- cgit v1.2.3-60-g2f50