summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-01-11 20:38:52 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-01-11 20:38:52 +0100
commit80b68cdc2e76ce201fec284b9d51a854233cc2ee (patch)
tree3b6fde17020ae8c100ea0c5756333c2c508feda2 /community
parent87131cd9c83e452941baaea5e39b0ca7cfac6fc3 (diff)
downloadpackages-80b68cdc2e76ce201fec284b9d51a854233cc2ee.tar.xz
community/python-pygments: readded spinx docy and testing
Diffstat (limited to 'community')
-rw-r--r--community/python-pygments/PKGBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/community/python-pygments/PKGBUILD b/community/python-pygments/PKGBUILD
deleted file mode 100644
index 00b18387..00000000
--- a/community/python-pygments/PKGBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
- '
-)"