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-12 19:35:28 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-05-12 19:35:28 +0200
commitd934f0865d4e4c9477324294e082fb9c8961c4ca (patch)
tree6191a781a41edabed0386ab6b5a72c2ba98efc08 /community
parentf4931d8200f7e12572f5ac74f3d1c89e9f721ca1 (diff)
community/python-pyproject-hooks: bootstrapping
Diffstat (limited to 'community')
-rw-r--r--community/python-pyproject-hooks/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/python-pyproject-hooks/PKGBUILD b/community/python-pyproject-hooks/PKGBUILD
new file mode 100644
index 00000000..13a5299b
--- /dev/null
+++ b/community/python-pyproject-hooks/PKGBUILD
@@ -0,0 +1,8 @@
+# temporary to build python-build with python-bootstrap (breaking cycles)
+makedepends=(${makedepends[@]//python-flit-core/})
+makedepends=(${makedepends[@]//python-build/})
+makedepends=(${makedepends[@]//python-installer/})
+makedepends=(${makedepends[@]//python-wheel/})
+makedepends+=('python-bootstrap')
+unset checkdepends
+unset check