From 470abcf4b671bb04dd1c4f09bee7ae777598c56b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 13 May 2023 09:50:54 +0200 Subject: community/python-setuptools-scm: bootstrapping --- community/python-setuptools-scm/PKGBUILD | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 community/python-setuptools-scm/PKGBUILD (limited to 'community') 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 -- cgit v1.2.3-54-g00ecf