From da0cd68ed62a0fbd8e2bba1acd1115183b0f3821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 12 Dec 2022 20:53:35 +0100 Subject: [PATCH] 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(-) diff --git a/dev-python/shapely/shapely-2.0.0.ebuild b/dev-python/shapely/shapely-2.0.0.ebuild index bdf682ce1ecbc..f66f8d5f55b82 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 }