From 5ac9a3ea13e439f9e7cc8fa4f1787feee92dc632 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 14 Apr 2025 07:07:02 +0000 Subject: [PATCH] dev-python/docutils: Sync with Gentoo It's from Gentoo commit 6594bd387ae3f7ceae3c3dea100f2202688b38f2. --- .../dev-python/docutils/docutils-0.21.2.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/dev-python/docutils/docutils-0.21.2.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/docutils/docutils-0.21.2.ebuild index d48ec68092..e7e5589f3b 100644 --- a/sdk_container/src/third_party/portage-stable/dev-python/docutils/docutils-0.21.2.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-python/docutils/docutils-0.21.2.ebuild @@ -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 -}