diff options
Diffstat (limited to 'community/python-installer/PKGBUILD')
-rw-r--r-- | community/python-installer/PKGBUILD | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/community/python-installer/PKGBUILD b/community/python-installer/PKGBUILD new file mode 100644 index 00000000..9bc50ae4 --- /dev/null +++ b/community/python-installer/PKGBUILD @@ -0,0 +1,14 @@ +# breaking the cycle with python-spinx +makedepends=(${makedepends[@]/python-sphinx-furo}) +makedepends=(${makedepends[@]/python-sphinx-argparse}) +makedepends=(${makedepends[@]/python-sphinx}) +eval "$( + declare -f build | \ + sed ' + /sphinx-build/d + ' + declare -f package | \ + sed ' + /docs\/build\/html/d + ' +)" |