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-13 09:50:54 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-05-13 09:50:54 +0200
commit470abcf4b671bb04dd1c4f09bee7ae777598c56b (patch)
tree1cc08d37ecc4cda084ea984e530d087a4a80c590 /community
parent51a2ad73b7a459cc9ef6d0a10816d58128d36efd (diff)
community/python-setuptools-scm: bootstrapping
Diffstat (limited to 'community')
-rw-r--r--community/python-setuptools-scm/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/python-setuptools-scm/PKGBUILD b/community/python-setuptools-scm/PKGBUILD
new file mode 100644
index 00000000..5057a55f
--- /dev/null
+++ b/community/python-setuptools-scm/PKGBUILD
@@ -0,0 +1,9 @@
+# temporary to build python-build with python-bootstrap (breaking cycles)
+makedepends=(${makedepends[@]//python-build/})
+makedepends=(${makedepends[@]//python-installer/})
+makedepends=(${makedepends[@]//python-wheel/})
+makedepends+=('python-bootstrap')
+depends=(${depends[@]//python-packaging/})
+depends=(${depends[@]//python-setuptools/})
+unset checkdepends
+unset check