From 548ed2eda98a9f42bbc913f78665609537d4180f Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 7 Jul 2023 09:49:04 +0200 Subject: removed python-bootstrap patches (as python-bootstrap build python-XXX modules into build-support) --- extra/python-jaraco.text/PKGBUILD | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 extra/python-jaraco.text/PKGBUILD (limited to 'extra/python-jaraco.text/PKGBUILD') diff --git a/extra/python-jaraco.text/PKGBUILD b/extra/python-jaraco.text/PKGBUILD deleted file mode 100644 index 29e02c8a..00000000 --- a/extra/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 - ' -)" -- cgit v1.2.3-54-g00ecf