From caa2d5201705c678dfced78d5513ab494cf2de90 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 13 May 2023 11:01:44 +0200 Subject: community/python-jaraco.text: bootstrapping --- community/python-jaraco.text/PKGBUILD | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 community/python-jaraco.text/PKGBUILD diff --git a/community/python-jaraco.text/PKGBUILD b/community/python-jaraco.text/PKGBUILD new file mode 100644 index 00000000..29e02c8a --- /dev/null +++ b/community/python-jaraco.text/PKGBUILD @@ -0,0 +1,18 @@ +# 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 + ' +)" -- cgit v1.2.3-54-g00ecf