From 7a4ec9908908bb67d2b2d6f01e202098fda5fe6b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 25 Feb 2022 20:30:07 +0100 Subject: community/python-installer: moved from extra --- community/python-installer/PKGBUILD | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 community/python-installer/PKGBUILD (limited to 'community') diff --git a/community/python-installer/PKGBUILD b/community/python-installer/PKGBUILD new file mode 100644 index 00000000..9bc50ae4 --- /dev/null +++ b/community/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