summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-12-12 20:53:35 +0100
committerMichał Górny <mgorny@gentoo.org>2022-12-12 20:58:29 +0100
commitda0cd68ed62a0fbd8e2bba1acd1115183b0f3821 (patch)
treeeb1e96f4540c0016e2cbad8dfafae56ab52b4a1d /dev-python/shapely
parentada.eclass: enabling EAPI 8 (diff)
downloadgentoo-da0cd68ed62a0fbd8e2bba1acd1115183b0f3821.tar.gz
gentoo-da0cd68ed62a0fbd8e2bba1acd1115183b0f3821.tar.bz2
gentoo-da0cd68ed62a0fbd8e2bba1acd1115183b0f3821.zip
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@gentoo.org>
Diffstat (limited to 'dev-python/shapely')
-rw-r--r--dev-python/shapely/shapely-2.0.0.ebuild2
1 files changed, 0 insertions, 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
}