Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/python-jaraco.functools/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-jaraco.functools/PKGBUILD')
-rw-r--r--community/python-jaraco.functools/PKGBUILD13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/python-jaraco.functools/PKGBUILD b/community/python-jaraco.functools/PKGBUILD
deleted file mode 100644
index d95ca919..00000000
--- a/community/python-jaraco.functools/PKGBUILD
+++ /dev/null
@@ -1,13 +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')
-unset checkdepends
-unset check
-eval "$(
- declare -f build | \
- sed '
- s/python -m build --wheel --no-isolation/python -m build --wheel --no-isolation -x/g
- '
-)"