dev-python/docutils: Sync with Gentoo

It's from Gentoo commit 6594bd387ae3f7ceae3c3dea100f2202688b38f2.
This commit is contained in:
Flatcar Buildbot 2025-04-14 07:07:02 +00:00 committed by Krzesimir Nowak
parent f868eca8b2
commit 5ac9a3ea13

View File

@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
inherit distutils-r1 optfeature pypi
inherit distutils-r1 pypi
DESCRIPTION="Python Documentation Utilities (reference reStructuredText impl.)"
HOMEPAGE="
@ -72,9 +72,3 @@ python_install_all() {
install_txt_doc "${doc}"
done < <(find docs tools -name '*.txt' -print0)
}
pkg_postinst() {
optfeature \
"auto-detecting the image dimensions when using the 'scale' option" \
dev-python/pillow
}