summaryrefslogtreecommitdiff
path: root/community/python-recommonmark
diff options
context:
space:
mode:
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
+ '
+)"