Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-05-13 11:42:22 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-05-13 11:42:22 +0200
commit6836f2ac1f07b7350713e06af1a19c0abbe93b9e (patch)
tree357495d22b65b22dd8d78dc50f8bd4f96ea3053f /community
parentcaa2d5201705c678dfced78d5513ab494cf2de90 (diff)
community/python-jaraco.functools: bootstrapping
Diffstat (limited to 'community')
-rw-r--r--community/python-jaraco.functools/PKGBUILD13
1 files changed, 13 insertions, 0 deletions
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
+ '
+)"