index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-05-13 09:50:54 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-05-13 09:50:54 +0200 |
commit | 470abcf4b671bb04dd1c4f09bee7ae777598c56b (patch) | |
tree | 1cc08d37ecc4cda084ea984e530d087a4a80c590 /community/python-setuptools-scm/PKGBUILD | |
parent | 51a2ad73b7a459cc9ef6d0a10816d58128d36efd (diff) |
-rw-r--r-- | community/python-setuptools-scm/PKGBUILD | 9 |
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 |