mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/entrypoint2: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user