From da0cd68ed62a0fbd8e2bba1acd1115183b0f3821 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 12 Dec 2022 20:53:35 +0100 Subject: dev-python/shapely: Remove broken doc build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Besides the wrong function call, it requires unpackaged Sphinx extensions. Closes: https://bugs.gentoo.org/885643 Signed-off-by: Michał Górny --- dev-python/shapely/shapely-2.0.0.ebuild | 2 -- 1 file changed, 2 deletions(-) (limited to 'dev-python/shapely') 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 } -- cgit v1.2.3-65-gdbad