Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/python-build/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-07-07 09:49:04 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-07-07 09:49:04 +0200
commit548ed2eda98a9f42bbc913f78665609537d4180f (patch)
tree7ee45ba69d70fc6b36f6b980857761978f61ce7b /extra/python-build/PKGBUILD
parent95b5d58d741735391f1c129c232d614ceb6e5d64 (diff)
removed python-bootstrap patches (as python-bootstrap build python-XXX modules into build-support)
Diffstat (limited to 'extra/python-build/PKGBUILD')
-rw-r--r--extra/python-build/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/extra/python-build/PKGBUILD b/extra/python-build/PKGBUILD
deleted file mode 100644
index 125d6731..00000000
--- a/extra/python-build/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# disable documentation (needs sphinx, sphinx-furo)
-# python-sphinx-furo needs npm, which is broken on archlinux32
-# most likely since years..
-makedepends=(${makedepends[@]//python-sphinx-furo/})
-makedepends=(${makedepends[@]//python-sphinx-argparse-cli/})
-makedepends=(${makedepends[@]//python-sphinx-autodoc-typehints/})
-makedepends=(${makedepends[@]//python-sphinx/})
-eval "$(
- declare -f build | \
- sed '
- /.*sphinx-build.*/d
- '
- declare -f package | \
- sed '
- /.*\/share\/doc.*/d
- '
-)"
-
-# temporary to build python-build with python-bootstrap (breaking cycles)
-makedepends=(${makedepends[@]//python-installer/})
-makedepends=(${makedepends[@]//python-build/})
-makedepends=(${makedepends[@]//python-flit-core/})
-makedepends+=('python-bootstrap')
-unset checkdepends
-unset check