aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-snuggs/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-snuggs/APKBUILD')
-rw-r--r--community/py3-snuggs/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/py3-snuggs/APKBUILD b/community/py3-snuggs/APKBUILD
index 630a841eabb..64442e95a3b 100644
--- a/community/py3-snuggs/APKBUILD
+++ b/community/py3-snuggs/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-snuggs
_pkgname=snuggs
pkgver=1.4.7
-pkgrel=4
+pkgrel=5
pkgdesc="Snuggs are s-expressions for Numpy"
url="https://pypi.org/project/snuggs/"
arch="noarch"
@@ -23,7 +23,9 @@ check() {
}
package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=2
+ python3 setup.py install --skip-build --root="$pkgdir"
}
-sha512sums="c1f40e521d1b0cf15075b22b04000c74ecbd0522cdd820b8c159aac812924d877349b3f3bca93b09eed5b025a34c26665a41c7a52a8145419558b115cf8ef361 snuggs-1.4.7.tar.gz"
+sha512sums="
+c1f40e521d1b0cf15075b22b04000c74ecbd0522cdd820b8c159aac812924d877349b3f3bca93b09eed5b025a34c26665a41c7a52a8145419558b115cf8ef361 snuggs-1.4.7.tar.gz
+"