dev-python/cliff: Enable py3.11

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-05-21 16:02:50 +02:00
parent f1be8cfaad
commit 29b0aaf7b9

View File

@@ -4,12 +4,16 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Command Line Interface Formulation Framework"
HOMEPAGE="https://github.com/openstack/cliff"
HOMEPAGE="
https://opendev.org/openstack/cliff/
https://github.com/openstack/cliff/
https://pypi.org/project/cliff/
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"