diff options
Diffstat (limited to 'community/python-recommonmark/PKGBUILD')
-rw-r--r-- | community/python-recommonmark/PKGBUILD | 15 |
1 files changed, 15 insertions, 0 deletions
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 + ' +)" |