summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-02-25 20:27:05 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-02-25 20:27:05 +0100
commit4792b4c85daef53ff07df15caefe32d61a01b2f9 (patch)
treeed75e0ebfcaa4659829ddd8ca2bdcc4fe95f1c2a /extra
parent2d2b9afc4a765279c7bdbc5fd623bae5a2b11d49 (diff)
downloadpackages-4792b4c85daef53ff07df15caefe32d61a01b2f9.tar.xz
extra/python-installer: ignoring python-sphinx and furo
Diffstat (limited to 'extra')
-rw-r--r--extra/python-installer/PKGBUILD14
1 files changed, 14 insertions, 0 deletions
diff --git a/extra/python-installer/PKGBUILD b/extra/python-installer/PKGBUILD
new file mode 100644
index 00000000..9bc50ae4
--- /dev/null
+++ b/extra/python-installer/PKGBUILD
@@ -0,0 +1,14 @@
+# breaking the cycle with python-spinx
+makedepends=(${makedepends[@]/python-sphinx-furo})
+makedepends=(${makedepends[@]/python-sphinx-argparse})
+makedepends=(${makedepends[@]/python-sphinx})
+eval "$(
+ declare -f build | \
+ sed '
+ /sphinx-build/d
+ '
+ declare -f package | \
+ sed '
+ /docs\/build\/html/d
+ '
+)"