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:23:33 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-05-12 19:23:33 +0200
commit1d93719ce3f1e3f2d5cf9e854635ab9231be5bc2 (patch)
treea1ed6c4becb8ff9276c15fb8b869d98fdabcbc9e /community
parent3799d7f946b5899ccdf4b841e247a60987d29cc0 (diff)
community/python-flit: bootstrapping
Diffstat (limited to 'community')
-rw-r--r--community/python-flit/PKGBUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/python-flit/PKGBUILD b/community/python-flit/PKGBUILD
new file mode 100644
index 00000000..602d5f1f
--- /dev/null
+++ b/community/python-flit/PKGBUILD
@@ -0,0 +1,10 @@
+# temporary to build python-build with python-bootstrap (breaking cycles)
+makedepends=(${makedepends[@]//python-installer/})
+makedepends=(${makedepends[@]//python-build/})
+depends=(${depends[@]//python-docutils/})
+depends=(${depends[@]//python-flit-core/})
+depends=(${depends[@]//python-requests/})
+depends=(${depends[@]//python-tomli-w/})
+makedepends+=('python-bootstrap')
+unset checkdepends
+unset check