diff options
Diffstat (limited to 'dev-python/helpdev')
-rw-r--r-- | dev-python/helpdev/helpdev-0.7.1-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/helpdev/helpdev-0.7.1-r1.ebuild b/dev-python/helpdev/helpdev-0.7.1-r1.ebuild index 3766a309a6b8..aad672b2a4af 100644 --- a/dev-python/helpdev/helpdev-0.7.1-r1.ebuild +++ b/dev-python/helpdev/helpdev-0.7.1-r1.ebuild @@ -4,21 +4,21 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi DESCRIPTION="Helping users and developers to get information about the environment" -HOMEPAGE="https://gitlab.com/dpizetta/helpdev" +HOMEPAGE=" + https://gitlab.com/dpizetta/helpdev/ + https://pypi.org/project/helpdev/ +" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 x86" RDEPEND=" - $(python_gen_cond_dep ' - dev-python/importlib-metadata[${PYTHON_USEDEP}] - ' 3.8 ) dev-python/psutil[${PYTHON_USEDEP}] " BDEPEND=" |