From 4792b4c85daef53ff07df15caefe32d61a01b2f9 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 25 Feb 2022 20:27:05 +0100 Subject: extra/python-installer: ignoring python-sphinx and furo --- extra/python-installer/PKGBUILD | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 extra/python-installer/PKGBUILD (limited to 'extra') diff --git a/extra/python-installer/PKGBUILD b/extra/python-installer/PKGBUILD new file mode 100644 index 00000000..9bc50ae4 --- /dev/null +++ b/extra/python-installer/PKGBUILD @@ -0,0 +1,14 @@ +# breaking the cycle with python-spinx +makedepends=(${makedepends[@]/python-sphinx-furo}) +makedepends=(${makedepends[@]/python-sphinx-argparse}) +makedepends=(${makedepends[@]/python-sphinx}) +eval "$( + declare -f build | \ + sed ' + /sphinx-build/d + ' + declare -f package | \ + sed ' + /docs\/build\/html/d + ' +)" -- cgit v1.2.3-54-g00ecf