summaryrefslogtreecommitdiff
path: root/extra/python
diff options
context:
space:
mode:
Diffstat (limited to 'extra/python')
-rw-r--r--extra/python/PKGBUILD13
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/python/PKGBUILD b/extra/python/PKGBUILD
new file mode 100644
index 00000000..53a0513b
--- /dev/null
+++ b/extra/python/PKGBUILD
@@ -0,0 +1,13 @@
+eval "$(
+ declare -f build | \
+ sed "
+ s/make /make EXTRATESTOPTS='-j 1' /
+ "
+)"
+
+eval "$(
+ declare -f check | \
+ sed "
+ s/ -m test.regrtest/ -m test.regrtest -j1/
+ "
+)"