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