summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-01-09 17:35:49 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-01-09 17:35:49 +0100
commitaed6dd217083d67b12fb32c68174fdbf6f8aa840 (patch)
treed04f931093ae24e3d3d16ae3d67d3844f2c22656 /community
parent9683a18f38f3dc4678f73439792b5e49533c3419 (diff)
downloadpackages-aed6dd217083d67b12fb32c68174fdbf6f8aa840.tar.xz
community/python-pygments: no docu and tests
Diffstat (limited to 'community')
-rw-r--r--community/python-pygments/PKGBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/community/python-pygments/PKGBUILD b/community/python-pygments/PKGBUILD
new file mode 100644
index 00000000..00b18387
--- /dev/null
+++ b/community/python-pygments/PKGBUILD
@@ -0,0 +1,19 @@
+# pytest is broken currently
+unset check
+unset checkdepends
+
+# breaking the cycle with python-spinx
+makedepends=(${makedepends[@]/python-wcag-contrast-ratio})
+makedepends=(${makedepends[@]/python-sphinx})
+eval "$(
+ declare -f build | \
+ sed '
+ /make.*html/d
+ '
+)"
+eval "$(
+ declare -f package | \
+ sed '
+ /cp.*_build\/html/d
+ '
+)"