summaryrefslogtreecommitdiff
path: root/extra/python-virtualenv/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/python-virtualenv/PKGBUILD')
-rw-r--r--extra/python-virtualenv/PKGBUILD14
1 files changed, 14 insertions, 0 deletions
diff --git a/extra/python-virtualenv/PKGBUILD b/extra/python-virtualenv/PKGBUILD
new file mode 100644
index 00000000..2b54ed99
--- /dev/null
+++ b/extra/python-virtualenv/PKGBUILD
@@ -0,0 +1,14 @@
+# breaking the cycle with python-spinx
+makedepends=(${makedepends[@]/python-sphinx_rtd_theme})
+makedepends=(${makedepends[@]/python-sphinx-argparse})
+makedepends=(${makedepends[@]/python-sphinx})
+eval "$(
+ declare -f build | \
+ sed '
+ s/sphinx-build/true/
+ '
+ declare -f package | \
+ sed '
+ /virtualenv\.1/d
+ '
+)"