summaryrefslogtreecommitdiff
path: root/community/python-recommonmark
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-01-09 19:15:17 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-01-09 19:15:17 +0100
commit161a3b352b5a13491fa41307de08965d0969a7de (patch)
tree77f4e3ceb2434663abc76c9a636877443f2d767e /community/python-recommonmark
parentaed6dd217083d67b12fb32c68174fdbf6f8aa840 (diff)
downloadpackages-161a3b352b5a13491fa41307de08965d0969a7de.tar.xz
community/python-recommonmark: disabled building documentation and tests
Diffstat (limited to 'community/python-recommonmark')
-rw-r--r--community/python-recommonmark/PKGBUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/community/python-recommonmark/PKGBUILD b/community/python-recommonmark/PKGBUILD
index 4303ad98..72345468 100644
--- a/community/python-recommonmark/PKGBUILD
+++ b/community/python-recommonmark/PKGBUILD
@@ -17,3 +17,18 @@ eval "$(
'
)"
+# 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
+ '
+)"