commit: fe034ff95f1bfe53bbcdd59bba143dadd26da362
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 14 15:43:06 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 14 16:11:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe034ff9
dev-python/gssapi: Require Cython < 3
The package builds non-functional extension and fails to import
when build with Cython 3. Force Cython 0 and revbump to fix any systems
that may have built it against Cython 3.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/gssapi/{gssapi-1.8.2.ebuild => gssapi-1.8.2-r1.ebuild} | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev-python/gssapi/gssapi-1.8.2.ebuild
b/dev-python/gssapi/gssapi-1.8.2-r1.ebuild
similarity index 85%
rename from dev-python/gssapi/gssapi-1.8.2.ebuild
rename to dev-python/gssapi/gssapi-1.8.2-r1.ebuild
index f74d273ba3b1..365265a2a1dd 100644
--- a/dev-python/gssapi/gssapi-1.8.2.ebuild
+++ b/dev-python/gssapi/gssapi-1.8.2-r1.ebuild
@@ -10,7 +10,10 @@ PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="Low and high level wrappers around the GSSAPI C libraries"
-HOMEPAGE="https://github.com/pythongssapi/python-gssapi
https://pypi.org/project/gssapi/"
+HOMEPAGE="
+ https://github.com/pythongssapi/python-gssapi/
+ https://pypi.org/project/gssapi/
+"
SRC_URI="
https://github.com/pythongssapi/python-gssapi/releases/download/v${PV}/python-${P}.tar.gz
-> ${P}.gh.tar.gz
@@ -27,7 +30,7 @@ RDEPEND="
"
BDEPEND="
- dev-python/cython[${PYTHON_USEDEP}]
+ <dev-python/cython-3[${PYTHON_USEDEP}]
virtual/krb5
test? (
dev-python/k5test[${PYTHON_USEDEP}]