commit: da0cd68ed62a0fbd8e2bba1acd1115183b0f3821 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Dec 12 19:53:35 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Dec 12 19:58:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da0cd68e
dev-python/shapely: Remove broken doc build Besides the wrong function call, it requires unpackaged Sphinx extensions. Closes: https://bugs.gentoo.org/885643 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/shapely/shapely-2.0.0.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-python/shapely/shapely-2.0.0.ebuild b/dev-python/shapely/shapely-2.0.0.ebuild index bdf682ce1ecb..f66f8d5f55b8 100644 --- a/dev-python/shapely/shapely-2.0.0.ebuild +++ b/dev-python/shapely/shapely-2.0.0.ebuild @@ -38,9 +38,7 @@ BDEPEND=" " distutils_enable_tests pytest -distutils_enable_sphinx docs dev-python/matplotlib python_compile_all() { rm -r shapely || die - distutils-r1_python_compile_all }
