dev-python/requests-kerberos: Enable python3.11

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-08-11 08:20:15 +02:00
parent 67a52ca8ca
commit ce89759637

View File

@@ -4,13 +4,19 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
HOMEPAGE="https://github.com/requests/requests-kerberos/"
DESCRIPTION="A Kerberos authentication handler for python-requests"
SRC_URI="https://github.com/requests/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="
https://github.com/requests/requests-kerberos/
https://pypi.org/project/requests-kerberos/
"
SRC_URI="
https://github.com/requests/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz
"
LICENSE="ISC"
SLOT="0"