Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/python-flit/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-flit/PKGBUILD')
-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