From 0510d974b4131736041fb314d1996a3ef14d5c2e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 7 Jul 2023 11:19:02 +0200 Subject: extra/pip: simplified bootstrapping without sphinx --- extra/python-pip/PKGBUILD | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/extra/python-pip/PKGBUILD b/extra/python-pip/PKGBUILD index 77266044..794fb07d 100644 --- a/extra/python-pip/PKGBUILD +++ b/extra/python-pip/PKGBUILD @@ -1,8 +1,12 @@ -# no python-sphinx -makedepends=(${makedepends[@]/python-sphinx-inline-tabs/}) -makedepends=(${makedepends[@]/python-sphinx-copybutton/}) -makedepends=(${makedepends[@]/python-sphinxcontrib-towncrier/}) -makedepends=(${makedepends[@]/python-sphinx/}) +# boostrapping python modules + +# no testing no test or optional dependencies +unset check +unset checkdepends +unset optdepends + +# no documentation, breaking the cycle with python-spinx +makedepends=(${makedepends[@]//python-sphinx*/}) eval "$( declare -f build | \ sed ' -- cgit v1.2.3-54-g00ecf