From 8fd23797888a9b7e9d13230b442e606f28ec2f95 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 7 Jul 2023 10:24:26 +0200 Subject: extra/python-build: new trial to bootstrap --- extra/python-build/PKGBUILD | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 extra/python-build/PKGBUILD (limited to 'extra/python-build/PKGBUILD') diff --git a/extra/python-build/PKGBUILD b/extra/python-build/PKGBUILD new file mode 100644 index 00000000..8bc03356 --- /dev/null +++ b/extra/python-build/PKGBUILD @@ -0,0 +1,19 @@ +# 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 ' + /sphinx-build/d + ' + declare -f package | \ + sed ' + /docs\/build\/html/d + ' +)" -- cgit v1.2.3-54-g00ecf