summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/nodejs-lts-fermium/PKGBUILD (renamed from community/nodejs-lts-erbium/PKGBUILD)2
-rw-r--r--community/nvidia-cg-toolkit/PKGBUILD15
-rw-r--r--community/perl-cgi/PKGBUILD9
-rw-r--r--community/python-recommonmark/PKGBUILD34
-rw-r--r--community/python-simplejson/PKGBUILD4
5 files changed, 14 insertions, 50 deletions
diff --git a/community/nodejs-lts-erbium/PKGBUILD b/community/nodejs-lts-fermium/PKGBUILD
index b9dec1da..aa8da4c8 100644
--- a/community/nodejs-lts-erbium/PKGBUILD
+++ b/community/nodejs-lts-fermium/PKGBUILD
@@ -1,3 +1,3 @@
-# EADDRINUSE
+# some random timeout
unset check
unset checkdepends
diff --git a/community/nvidia-cg-toolkit/PKGBUILD b/community/nvidia-cg-toolkit/PKGBUILD
deleted file mode 100644
index edbe23f6..00000000
--- a/community/nvidia-cg-toolkit/PKGBUILD
+++ /dev/null
@@ -1,15 +0,0 @@
-source_i686=(
- $(
- printf '%s\n' "${source_x86_64[@]}" | \
- sed '
- s/_x86_64\.tgz$/_x86.tgz/
- t
- d
- '
- )
-)
-md5sums_i686=(
- '9a9fc5108154808f3b10eafa54df1c74'
-)
-source_pentium4=("${source_i686[@]}")
-md5sums_pentium4=("${md5sums_i686[@]}")
diff --git a/community/perl-cgi/PKGBUILD b/community/perl-cgi/PKGBUILD
new file mode 100644
index 00000000..c8d3b267
--- /dev/null
+++ b/community/perl-cgi/PKGBUILD
@@ -0,0 +1,9 @@
+# temporary workaround for not having the locale set in build chroots
+# (is fixed upstream in devtools, but must update all build slaves first,
+# otherwise the whole Perl rebuild fails!)
+eval "$(
+ declare -f check | \
+ sed '
+ s/make test/LC_ALL=C LANGUAGE=C make test/
+ '
+)"
diff --git a/community/python-recommonmark/PKGBUILD b/community/python-recommonmark/PKGBUILD
deleted file mode 100644
index 72345468..00000000
--- a/community/python-recommonmark/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# temporarily, the following tests fail, but we are not interested
-# in nice shiny documentation built on an 32-bit system, we are
-# interested in making software compile using sphinx for docu:
-#FAILED tests/test_sphinx.py::GenericTests::test_code - AssertionError: '<pre>...
-#FAILED tests/test_sphinx.py::GenericTests::test_headings - AssertionError: '<...
-#FAILED tests/test_sphinx.py::GenericTests::test_image - AssertionError: '<p><...
-#FAILED tests/test_sphinx.py::GenericTests::test_links - AssertionError: 'This...
-#FAILED tests/test_sphinx.py::GenericTests::test_lists - AssertionError: '<ol ...
-#FAILED tests/test_sphinx.py::CodeBlockTests::test_integration - AssertionErro...
-#FAILED tests/test_sphinx.py::IndentedCodeTests::test_integration - AssertionE...
-#FAILED tests/test_sphinx.py::NestedHeaderBlock::test_integration - AssertionE...
-#FAILED tests/test_sphinx.py::CustomExtensionTests::test_integration - Asserti...
-eval "$(
- declare -f check | \
- sed '
- s/py.test/py.test || true/
- '
-)"
-
-# breaking the cycle with broken stuff in python-spinx
-unset check
-unset checkdepends
-eval "$(
- declare -f build | \
- sed '
- /make.*docs.*/d
- '
-)"
-eval "$(
- declare -f package | \
- sed '
- /install.*_build.*/d
- '
-)"
diff --git a/community/python-simplejson/PKGBUILD b/community/python-simplejson/PKGBUILD
new file mode 100644
index 00000000..947b2a88
--- /dev/null
+++ b/community/python-simplejson/PKGBUILD
@@ -0,0 +1,4 @@
+# temporary
+source=('https://github.com/simplejson/simplejson/archive/refs/tags/v3.17.6.tar.gz')
+sha512sums=('48b74388cd3a5cf0acf46a9aa050d628513d842297625f791c7ae07a7c9289afcb0be8d374f77af3bebd50f4c200844bc69f5b77a67220fee357cdfc0d913726')
+