From fe034ff95f1bfe53bbcdd59bba143dadd26da362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 14 Jun 2023 17:43:06 +0200 Subject: [PATCH] dev-python/gssapi: Require Cython < 3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .../gssapi/{gssapi-1.8.2.ebuild => gssapi-1.8.2-r1.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename dev-python/gssapi/{gssapi-1.8.2.ebuild => gssapi-1.8.2-r1.ebuild} (85%) 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 f74d273ba3b12..365265a2a1dd9 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}] +