summaryrefslogtreecommitdiff
path: root/dev-python/docutils
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-04-13 18:55:58 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-04-13 18:55:58 +0000
commitc0c2cbeb1d7b50dcb1988ee42703936629ecfb32 (patch)
tree04448bfad625d0c01d27264baf612cacd517eaeb /dev-python/docutils
parentaed56da4e80324e823631d72c418ae0fcda86ca5 (diff)
downloadbaldeagleos-repo-c0c2cbeb1d7b50dcb1988ee42703936629ecfb32.tar.gz
baldeagleos-repo-c0c2cbeb1d7b50dcb1988ee42703936629ecfb32.tar.xz
baldeagleos-repo-c0c2cbeb1d7b50dcb1988ee42703936629ecfb32.zip
Adding metadata
Diffstat (limited to 'dev-python/docutils')
-rw-r--r--dev-python/docutils/docutils-0.21.2.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/dev-python/docutils/docutils-0.21.2.ebuild b/dev-python/docutils/docutils-0.21.2.ebuild
index b5e86ad5fc36..616080b03d11 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_{9,10,11,12,13} pypy3 )
-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
-}