index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/python-build/PKGBUILD | 19 |
diff --git a/extra/python-build/PKGBUILD b/extra/python-build/PKGBUILD new file mode 100644 index 00000000..8bc03356 --- /dev/null +++ b/extra/python-build/PKGBUILD @@ -0,0 +1,19 @@ +# boostrapping python modules + +# no testing no test or optional dependencies +unset check +unset checkdepends +unset optdepends + +# no documentation, breaking the cycle with python-spinx +makedepends=(${makedepends[@]//python-sphinx*/}) +eval "$( + declare -f build | \ + sed ' + /sphinx-build/d + ' + declare -f package | \ + sed ' + /docs\/build\/html/d + ' +)" |