From fe034ff95f1bfe53bbcdd59bba143dadd26da362 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 14 Jun 2023 17:43:06 +0200 Subject: 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 --- dev-python/gssapi/gssapi-1.8.2-r1.ebuild | 46 ++++++++++++++++++++++++++++++++ dev-python/gssapi/gssapi-1.8.2.ebuild | 43 ----------------------------- 2 files changed, 46 insertions(+), 43 deletions(-) create mode 100644 dev-python/gssapi/gssapi-1.8.2-r1.ebuild delete mode 100644 dev-python/gssapi/gssapi-1.8.2.ebuild diff --git a/dev-python/gssapi/gssapi-1.8.2-r1.ebuild b/dev-python/gssapi/gssapi-1.8.2-r1.ebuild new file mode 100644 index 000000000000..365265a2a1dd --- /dev/null +++ b/dev-python/gssapi/gssapi-1.8.2-r1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +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/ +" +SRC_URI=" + https://github.com/pythongssapi/python-gssapi/releases/download/v${PV}/python-${P}.tar.gz + -> ${P}.gh.tar.gz +" +S="${WORKDIR}"/python-${P} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 ~arm arm64 ~riscv x86" + +RDEPEND=" + dev-python/decorator[${PYTHON_USEDEP}] + virtual/krb5 +" + +BDEPEND=" +