# 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 ' /cd docs/ a \ return ' )" eval "$( declare -f package | \ sed ' /install.*docs/d ' )"