dev-python/pypng: Enable py3.11

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-05-21 20:25:45 +02:00
parent b7534a76e6
commit d548d7a1fa

View File

@@ -4,14 +4,15 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Pure Python PNG image encoder/decoder"
HOMEPAGE="
https://github.com/drj11/pypng/
https://pypi.org/project/pypng/"
https://pypi.org/project/pypng/
"
SRC_URI="https://github.com/drj11/pypng/archive/${P}.tar.gz"
S=${WORKDIR}/pypng-${P}