From 7d47d737d3d1b6c0961a08d76a37a2af32b866d2 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 16 Jan 2022 18:53:07 +0100 Subject: community/python-build: disabled docu --- community/python-build/PKGBUILD | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 community/python-build/PKGBUILD (limited to 'community') diff --git a/community/python-build/PKGBUILD b/community/python-build/PKGBUILD new file mode 100644 index 00000000..aa0b6613 --- /dev/null +++ b/community/python-build/PKGBUILD @@ -0,0 +1,19 @@ +# cycle breaking for python-sphinx +eval "$( + declare -f build | \ + sed ' + /.*sphinx-build.*/d + ' + declare -f package | \ + sed ' + /.*\/share\/doc.*/d + ' +)" + +# disable documentation (needs spinx, furo) +# python-sphinx_furo neds 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/}) -- cgit v1.2.3