diff options
Diffstat (limited to 'dev-python/docutils')
-rw-r--r-- | dev-python/docutils/Manifest | 2 | ||||
-rw-r--r-- | dev-python/docutils/docutils-0.21.2.ebuild | 8 |
2 files changed, 2 insertions, 8 deletions
diff --git a/dev-python/docutils/Manifest b/dev-python/docutils/Manifest index 5e042a576fc7..9266aa24c223 100644 --- a/dev-python/docutils/Manifest +++ b/dev-python/docutils/Manifest @@ -1,3 +1,3 @@ DIST docutils-0.21.2.tar.gz 2204444 BLAKE2B 727c2f97fc5835a0ffa62e38ea85af366cd89ad1eaec0b8af8b1f3b12e6cddfddb65161ba34f9109952d37ba2cf8985f3c3b6905ebb2ac1c9a984cce3fb4d170 SHA512 7fafa331f5687448e80d299c20cdccc4b49819fa471b5f586bf0ab18c694ba43a70f58e7c76b0a70a16267585548389214e11a4998ad7fdc19a27f0f7644539c -EBUILD docutils-0.21.2.ebuild 1902 BLAKE2B 99d8c7ddf302346578091186313f42110ba66947f53ec4b6feb0e6354b24dbafc0fc9c04766030c709da053fc8726c726b376c843baae65b4d036fc658c92a68 SHA512 ad1e759f95c0bbe1ba09f75fc69b9cf01084453f58afa2a23642b736236eb93f80bb0eec192972640189860917f1d6683f17428f7e0dba2c69718484c1ef1ce8 +EBUILD docutils-0.21.2.ebuild 1765 BLAKE2B 6c3d2ff33c110110d67e5c1efc5eccfd92ae5e9950b2e6142cb6abf41ac2b92ada5fe2392681afb9beee9d3a4db6a61bff250d2290099a2fdbe6f9ceb78d0988 SHA512 f067fca57a5ef41301599c0a60e35c36c11f4bb1a6e11e91276c763df695312f50bc9580721e6149d7f79b16bc727539a1df3ee26677282d8f850badb7e4db3d MISC metadata.xml 389 BLAKE2B b586fccb92f88e7f2ee68879bb919298953da9eb629fc1042f5f35b316b59ffcc614f23135fe1ab4af8ba9646bcbc33f194ac74af795094e20d288817b5e227b SHA512 ac8975a27694a2a0efd07c944a769f1a210bbf4a1550f92f0ead3ac2dc9ffb4d82206858f2a8631f751c81fdace88433b9d89f8c3d6af72907e102da5696693f diff --git a/dev-python/docutils/docutils-0.21.2.ebuild b/dev-python/docutils/docutils-0.21.2.ebuild index d48ec68092fa..e7e5589f3b8b 100644 --- a/dev-python/docutils/docutils-0.21.2.ebuild +++ b/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 -} |