From 4e5b06a20ec335846c1b9fffe4610057cbcfc496 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 7 Jul 2023 10:24:33 +0200 Subject: extra/python-installer: new trial to bootstrap --- extra/python-installer/PKGBUILD | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'extra/python-installer') diff --git a/extra/python-installer/PKGBUILD b/extra/python-installer/PKGBUILD index e5c1ec0f..b67bf28e 100644 --- a/extra/python-installer/PKGBUILD +++ b/extra/python-installer/PKGBUILD @@ -1,8 +1,12 @@ -# breaking the cycle with python-spinx -makedepends=(${makedepends[@]//python-sphinx-furo}) -makedepends=(${makedepends[@]//python-sphinx-argparse}) -makedepends=(${makedepends[@]//python-sphinx}) -makedepends=(${makedepends[@]//python-myst-parser/}) +# 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 ' @@ -13,3 +17,4 @@ eval "$( /docs\/build\/html/d ' )" + -- cgit v1.2.3-54-g00ecf