# 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') unset checkdepends unset check eval "$( declare -f build | \ sed ' s/python -m build --wheel --no-isolation/python -m build --wheel --no-isolation -x/g ' )"