commit: 0ac626003486716297a39e83e955fa9bc9fdbfe0 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org> AuthorDate: Fri Apr 5 06:19:23 2024 +0000 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org> CommitDate: Fri Apr 5 06:19:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac62600
dev-python/pudb: added optfeature Closes: https://bugs.gentoo.org/928595 Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org> dev-python/pudb/pudb-2024.1.ebuild | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/dev-python/pudb/pudb-2024.1.ebuild b/dev-python/pudb/pudb-2024.1.ebuild index 60d393757f68..a62662f987a3 100644 --- a/dev-python/pudb/pudb-2024.1.ebuild +++ b/dev-python/pudb/pudb-2024.1.ebuild @@ -6,10 +6,12 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..12} ) -inherit distutils-r1 pypi +inherit distutils-r1 pypi optfeature DESCRIPTION="A full-screen, console-based Python debugger" -HOMEPAGE="https://pypi.org/project/pudb/" +HOMEPAGE="https://documen.tician.de/pudb/ + https://github.com/inducer/pudb + https://pypi.org/project/pudb/" LICENSE="MIT" SLOT="0" @@ -27,3 +29,8 @@ BDEPEND=" " distutils_enable_tests pytest + +pkg_postinst() { + optfeature_header "Install the following packages for additional functionality:" + optfeature "Auto-complete support" dev-python/jedi +}
