summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-02-25 20:30:07 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-02-25 20:30:07 +0100
commit7a4ec9908908bb67d2b2d6f01e202098fda5fe6b (patch)
tree59998b6088fa1eb0451cb98b502abe1dc8a5c750 /community
parent4792b4c85daef53ff07df15caefe32d61a01b2f9 (diff)
downloadpackages-7a4ec9908908bb67d2b2d6f01e202098fda5fe6b.tar.xz
community/python-installer: moved from extra
Diffstat (limited to 'community')
-rw-r--r--community/python-installer/PKGBUILD14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/python-installer/PKGBUILD b/community/python-installer/PKGBUILD
new file mode 100644
index 00000000..9bc50ae4
--- /dev/null
+++ b/community/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
+ '
+)"