diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-23 08:54:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-23 08:54:04 +0200 |
commit | 76cf5ae1c91ae3afba0e97045886daa544c7ffb4 (patch) | |
tree | cad38132179496f63bf9672bf69ccfebed0f7f00 /dev-python/entrypoint2 | |
parent | dev-python/easyprocess: Enable py3.12 (diff) | |
download | gentoo-76cf5ae1c91ae3afba0e97045886daa544c7ffb4.tar.gz gentoo-76cf5ae1c91ae3afba0e97045886daa544c7ffb4.tar.bz2 gentoo-76cf5ae1c91ae3afba0e97045886daa544c7ffb4.zip |
dev-python/entrypoint2: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/entrypoint2')
-rw-r--r-- | dev-python/entrypoint2/entrypoint2-1.1.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/entrypoint2/entrypoint2-1.1.ebuild b/dev-python/entrypoint2/entrypoint2-1.1.ebuild index 4799ff6b905c..b5b10b2b9c29 100644 --- a/dev-python/entrypoint2/entrypoint2-1.1.ebuild +++ b/dev-python/entrypoint2/entrypoint2-1.1.ebuild @@ -4,11 +4,15 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) + inherit distutils-r1 DESCRIPTION="Easy to use command-line interface for python modules" -HOMEPAGE="https://github.com/ponty/entrypoint2" +HOMEPAGE=" + https://github.com/ponty/entrypoint2/ + https://pypi.org/project/entrypoint2/ +" SRC_URI=" https://github.com/ponty/entrypoint2/archive/${PV}.tar.gz -> ${P}.gh.tar.gz |