dev-python/poyo: Enable py3.12

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-06-01 15:20:28 +02:00
parent a0d329e226
commit 9300a334ee

View File

@@ -4,11 +4,15 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="A lightweight YAML Parser for Python"
HOMEPAGE="https://github.com/hackebrot/poyo"
HOMEPAGE="
https://github.com/hackebrot/poyo/
https://pypi.org/project/poyo/
"
LICENSE="MIT"
SLOT="0"