Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-09-23 11:28:32 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-09-23 11:28:32 +0200
commitef108ac5a2a146c9239bc1c9d8820a295e32ee5a (patch)
tree510d194313153090a493ec73922f137dfcea4bcf
parente46ed00256fc6d06fac0689dcf5e9073d2ae3a03 (diff)
extra/python2: removed upstream
-rw-r--r--extra/python2/PKGBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/extra/python2/PKGBUILD b/extra/python2/PKGBUILD
deleted file mode 100644
index 8a8c26ff..00000000
--- a/extra/python2/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# on i686 some tests fail with segfault
-# test_replace_overflow (present in test_bytes, test_str, test_string,
-# test_unicode, test_userstring) segfault on i686
-# test_bigrepeat (present in test_tuple) segfault on i686
-
-# tests run with -j4 per default effectively killing build slaves,
-# forcing single threaded execution of tests
-
-eval "$(
- declare -f build | \
- sed '
- /export OPT=/ s/";$/ -fwrapv";/
- s/make/make EXTRATESTOPTS='"'"'-j 1'"'"' /
- '
- declare -f check | \
- sed '
- /xvfb-run/ s/-x test_idle/-x test_idle test_bytes test_str test_string test_unicode test_userstring test_tuple test_ssl test_httplib test_urllibnet/
- s/ -m test.regrtest/ -m test.regrtest -j1/
- '
-)"
-
-checkdepends=(${makedepends[@]//xorg-server-xvfb/})
-checkdepends_i686+=(xorg-server-xvfb)
-checkdepends_pentium4=("${checkdepends_i686[@]}")
-
-# skip xvfb stuff on i486
-if [ "$CARCH" = 'i486' ]; then
- eval "$(
- declare -f check | \
- sed '
- s/xvfb-run //
- '
- )"
-fi