Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-05-12 19:22:22 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-05-12 19:22:22 +0200
commit3799d7f946b5899ccdf4b841e247a60987d29cc0 (patch)
treee2459c37a08f5f6c01437f85e7d4fbc2d56727e9
parent2da797e499aa584c45488c1b25b88c56177fd736 (diff)
extra/python-packaging: bootstrapping
-rw-r--r--extra/python-packaging/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/python-packaging/PKGBUILD b/extra/python-packaging/PKGBUILD
new file mode 100644
index 00000000..5c46bfcf
--- /dev/null
+++ b/extra/python-packaging/PKGBUILD
@@ -0,0 +1,7 @@
+# temporary to build python-build with python-bootstrap (breaking cycles)
+makedepends=(${makedepends[@]//python-installer/})
+makedepends=(${makedepends[@]//python-build/})
+makedepends=(${makedepends[@]//python-flit-core/})
+makedepends+=('python-bootstrap')
+unset checkdepends
+unset check