index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-05-12 19:23:33 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-05-12 19:23:33 +0200 |
commit | 1d93719ce3f1e3f2d5cf9e854635ab9231be5bc2 (patch) | |
tree | a1ed6c4becb8ff9276c15fb8b869d98fdabcbc9e | |
parent | 3799d7f946b5899ccdf4b841e247a60987d29cc0 (diff) |
-rw-r--r-- | community/python-flit/PKGBUILD | 10 |
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 |