index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/python-pygments/PKGBUILD | 19 |
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 + ' +)" |