commit: 708a2b48bc60bd8f7f6f5b1b3b0987a0a3371a03
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 17 13:56:36 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 17 13:56:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=708a2b48
dev-python/keyutils: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/keyutils/keyutils-0.6-r2.ebuild | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/dev-python/keyutils/keyutils-0.6-r2.ebuild
b/dev-python/keyutils/keyutils-0.6-r2.ebuild
index b745cedffdc8..f16babeaa599 100644
--- a/dev-python/keyutils/keyutils-0.6-r2.ebuild
+++ b/dev-python/keyutils/keyutils-0.6-r2.ebuild
@@ -1,16 +1,21 @@
-# Copyright 2021-2024 Gentoo Authors
+# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..12} )
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
inherit distutils-r1
DESCRIPTION="A set of python bindings for keyutils"
HOMEPAGE="https://github.com/sassoftware/python-keyutils/"
-SRC_URI="https://github.com/sassoftware/python-keyutils/archive/refs/tags/${PV}.tar.gz
-> python-keyutils-${PV}.gh.tar.gz"
+SRC_URI="
+ https://github.com/sassoftware/python-keyutils/archive/${PV}.tar.gz
+ -> python-keyutils-${PV}.gh.tar.gz
+"
+S="${WORKDIR}/python-keyutils-${PV}"
LICENSE="Apache-2.0"
SLOT="0"
@@ -22,8 +27,6 @@ RDEPEND="${DEPEND}"
distutils_enable_tests pytest
-S="${WORKDIR}/python-keyutils-${PV}"
-
src_prepare() {
default
sed -i -e '/pytest-runner/d' setup.py || die