From 161a3b352b5a13491fa41307de08965d0969a7de Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 9 Jan 2022 19:15:17 +0100 Subject: community/python-recommonmark: disabled building documentation and tests --- community/python-recommonmark/PKGBUILD | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'community/python-recommonmark') diff --git a/community/python-recommonmark/PKGBUILD b/community/python-recommonmark/PKGBUILD index 4303ad98..72345468 100644 --- a/community/python-recommonmark/PKGBUILD +++ b/community/python-recommonmark/PKGBUILD @@ -17,3 +17,18 @@ eval "$( ' )" +# breaking the cycle with broken stuff in python-spinx +unset check +unset checkdepends +eval "$( + declare -f build | \ + sed ' + /make.*docs.*/d + ' +)" +eval "$( + declare -f package | \ + sed ' + /install.*_build.*/d + ' +)" -- cgit v1.2.3-54-g00ecf