Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/python-commonmark
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-commonmark')
-rw-r--r--community/python-commonmark/PKGBUILD17
1 files changed, 0 insertions, 17 deletions
diff --git a/community/python-commonmark/PKGBUILD b/community/python-commonmark/PKGBUILD
deleted file mode 100644
index 549815ac..00000000
--- a/community/python-commonmark/PKGBUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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/})