summaryrefslogtreecommitdiff
path: root/community/python-commonmark/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-commonmark/PKGBUILD')
-rw-r--r--community/python-commonmark/PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/community/python-commonmark/PKGBUILD b/community/python-commonmark/PKGBUILD
new file mode 100644
index 00000000..549815ac
--- /dev/null
+++ b/community/python-commonmark/PKGBUILD
@@ -0,0 +1,17 @@
+# cycle breaking for python-sphinx
+eval "$(
+ declare -f build | \
+ sed '
+ /make.*docs.*/d
+ '
+ declare -f package | \
+ sed '
+ /install.*docs.*/d
+ '
+)"
+
+# python-sphinx_rtd_theme neds npm, which is broken on archlinux32
+# most likely since years..
+makedepends=(${makedepends[@]//python-sphinx_rtd_theme/})
+
+makedepends=(${makedepends[@]//python-sphinx/})