index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/python-jaraco.functools/PKGBUILD | 13 |
diff --git a/community/python-jaraco.functools/PKGBUILD b/community/python-jaraco.functools/PKGBUILD new file mode 100644 index 00000000..d95ca919 --- /dev/null +++ b/community/python-jaraco.functools/PKGBUILD @@ -0,0 +1,13 @@ +# 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') +unset checkdepends +unset check +eval "$( + declare -f build | \ + sed ' + s/python -m build --wheel --no-isolation/python -m build --wheel --no-isolation -x/g + ' +)" |