index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/python-installer/PKGBUILD | 15 |
diff --git a/extra/python-installer/PKGBUILD b/extra/python-installer/PKGBUILD index e5c1ec0f..b67bf28e 100644 --- a/extra/python-installer/PKGBUILD +++ b/extra/python-installer/PKGBUILD @@ -1,8 +1,12 @@ -# breaking the cycle with python-spinx -makedepends=(${makedepends[@]//python-sphinx-furo}) -makedepends=(${makedepends[@]//python-sphinx-argparse}) -makedepends=(${makedepends[@]//python-sphinx}) -makedepends=(${makedepends[@]//python-myst-parser/}) +# 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 ' @@ -13,3 +17,4 @@ eval "$( /docs\/build\/html/d ' )" + |