# temporary to build python-build with python-bootstrap (breaking cycles) makedepends=(${makedepends[@]//python-build/}) makedepends=(${makedepends[@]//python-installer/}) makedepends=(${makedepends[@]//python-wheel/}) makedepends+=('python-bootstrap') depends=(${depends[@]//python-jaraco.functools/}) depends=(${depends[@]//python-jaraco.context/}) depends=(${depends[@]//python-jaraco.context/}) depends=(${depends[@]//python-autocommand/}) depends=(${depends[@]//python-inflect/}) unset checkdepends unset check eval "$( declare -f build | \ sed ' s/python -m build --wheel --no-isolation/python -m build --wheel --no-isolation -x/g ' )"