index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/python-jaraco.text/PKGBUILD | 18 |
diff --git a/community/python-jaraco.text/PKGBUILD b/community/python-jaraco.text/PKGBUILD deleted file mode 100644 index 29e02c8a..00000000 --- a/community/python-jaraco.text/PKGBUILD +++ /dev/null @@ -1,18 +0,0 @@ -# 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-jaraco.functools/}) -depends=(${depends[@]//python-jaraco.context/}) -depends=(${depends[@]//python-jaraco.context/}) -depends=(${depends[@]//python-autocommand/}) -depends=(${depends[@]//python-inflect/}) -unset checkdepends -unset check -eval "$( - declare -f build | \ - sed ' - s/python -m build --wheel --no-isolation/python -m build --wheel --no-isolation -x/g - ' -)" |