dev-python/pluginbase: Enable py3.12

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-06-01 15:29:50 +02:00
parent 64856463b2
commit 9aaa58eb03

View File

@@ -4,12 +4,15 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="Support library for building plugins sytems in Python"
HOMEPAGE="https://github.com/mitsuhiko/pluginbase"
HOMEPAGE="
https://github.com/mitsuhiko/pluginbase/
https://pypi.org/project/pluginbase/
"
LICENSE="BSD"
SLOT="0"