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

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-08-11 08:21:06 +02:00
parent ce89759637
commit 3579b6b3c6

View File

@@ -4,22 +4,30 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="HTTPS CredSSP authentication with the requests library"
HOMEPAGE="https://pypi.org/project/requests-credssp/ https://github.com/jborean93/requests-credssp"
SRC_URI="https://github.com/jborean93/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="
https://pypi.org/project/requests-credssp/
https://github.com/jborean93/requests-credssp/
"
SRC_URI="
https://github.com/jborean93/${PN}/archive/refs/tags/v${PV}.tar.gz
-> ${P}.tar.gz
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~riscv"
RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
RDEPEND="
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/gssapi[${PYTHON_USEDEP}]
dev-python/krb5[${PYTHON_USEDEP}]
>=dev-python/pyspnego-0.5.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.0.0[${PYTHON_USEDEP}]"
>=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest