diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-03 10:04:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-03 10:16:59 +0200 |
commit | 0369da9dfdd22acb6d435f673a36990793514105 (patch) | |
tree | 1481d443cb7930a5e09c0deb913e0f4067f9e06b /dev-python/helpdev | |
parent | dev-python/google-i18n-address: Enable py3.12 (diff) | |
download | gentoo-0369da9dfdd22acb6d435f673a36990793514105.tar.gz gentoo-0369da9dfdd22acb6d435f673a36990793514105.tar.bz2 gentoo-0369da9dfdd22acb6d435f673a36990793514105.zip |
dev-python/helpdev: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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=" |