index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-05-12 19:24:55 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-05-12 19:24:55 +0200 |
commit | 289788ca696ed275ded2be6b3ee164190a9fd711 (patch) | |
tree | 3d4a731269622478224ac6ff94b220a5e1e82b30 /community/python-wheel | |
parent | 1d93719ce3f1e3f2d5cf9e854635ab9231be5bc2 (diff) |
-rw-r--r-- | community/python-wheel/PKGBUILD | 9 |
diff --git a/community/python-wheel/PKGBUILD b/community/python-wheel/PKGBUILD new file mode 100644 index 00000000..bf6e3996 --- /dev/null +++ b/community/python-wheel/PKGBUILD @@ -0,0 +1,9 @@ +# temporary to build python-build with python-bootstrap (breaking cycles) +depends=(${depends[@]//python-packaging/}) +makedepends=(${makedepends[@]//python-flit-core/}) +makedepends=(${makedepends[@]//python-setuptools/}) +makedepends=(${makedepends[@]//python-build/}) +makedepends=(${makedepends[@]//python-installer/}) +makedepends+=('python-bootstrap') +unset checkdepends +unset check |