summaryrefslogtreecommitdiff
path: root/extra/python-virtualenv
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-02-25 21:04:05 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-02-25 21:04:05 +0100
commitea08b2f74c8cef6f0eb120414be62f4fd79c7c52 (patch)
treef4cfca088511f65b240dc3a1177bc863bcc27d63 /extra/python-virtualenv
parent7a4ec9908908bb67d2b2d6f01e202098fda5fe6b (diff)
downloadpackages-ea08b2f74c8cef6f0eb120414be62f4fd79c7c52.tar.xz
extra/python-virtualenv: no sphinx -> no documentation
Diffstat (limited to 'extra/python-virtualenv')
-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
+ '
+)"