commit:     3579b6b3c6978d0ed290d8f9d4353dcfc43f11d3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 06:21:06 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 08:50:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3579b6b3

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

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../requests-credssp/requests-credssp-2.0.0.ebuild     | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/dev-python/requests-credssp/requests-credssp-2.0.0.ebuild 
b/dev-python/requests-credssp/requests-credssp-2.0.0.ebuild
index 64274ccfbf94..ddc70f408253 100644
--- a/dev-python/requests-credssp/requests-credssp-2.0.0.ebuild
+++ b/dev-python/requests-credssp/requests-credssp-2.0.0.ebuild
@@ -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

Reply via email to