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:24:55 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-05-12 19:24:55 +0200
commit289788ca696ed275ded2be6b3ee164190a9fd711 (patch)
tree3d4a731269622478224ac6ff94b220a5e1e82b30 /community
parent1d93719ce3f1e3f2d5cf9e854635ab9231be5bc2 (diff)
community/python-wheel: bootstrapping
Diffstat (limited to 'community')
-rw-r--r--community/python-wheel/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/python-wheel/PKGBUILD b/community/python-wheel/PKGBUILD
new file mode 100644
index 00000000..bf6e3996
--- /dev/null
+++ b/community/python-wheel/PKGBUILD
@@ -0,0 +1,9 @@
+# temporary to build python-build with python-bootstrap (breaking cycles)
+depends=(${depends[@]//python-packaging/})
+makedepends=(${makedepends[@]//python-flit-core/})
+makedepends=(${makedepends[@]//python-setuptools/})
+makedepends=(${makedepends[@]//python-build/})
+makedepends=(${makedepends[@]//python-installer/})
+makedepends+=('python-bootstrap')
+unset checkdepends
+unset check