index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/python-pip/PKGBUILD | 14 |
diff --git a/extra/python-pip/PKGBUILD b/extra/python-pip/PKGBUILD index 77266044..794fb07d 100644 --- a/extra/python-pip/PKGBUILD +++ b/extra/python-pip/PKGBUILD @@ -1,8 +1,12 @@ -# no python-sphinx -makedepends=(${makedepends[@]/python-sphinx-inline-tabs/}) -makedepends=(${makedepends[@]/python-sphinx-copybutton/}) -makedepends=(${makedepends[@]/python-sphinxcontrib-towncrier/}) -makedepends=(${makedepends[@]/python-sphinx/}) +# 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 ' |