From aed6dd217083d67b12fb32c68174fdbf6f8aa840 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 9 Jan 2022 17:35:49 +0100 Subject: community/python-pygments: no docu and tests --- community/python-pygments/PKGBUILD | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 community/python-pygments/PKGBUILD (limited to 'community') 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 + ' +)" -- cgit v1.2.3-54-g00ecf