commit: b0a272f820dbdbb137ddb134de8258407c31f919
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 23 20:17:50 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Mar 23 20:18:26 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0a272f8
dev-python/opcodes: enable py3.13
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
.../opcodes/{opcodes-0.3.14-r1.ebuild => opcodes-0.3.14-r2.ebuild} | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-python/opcodes/opcodes-0.3.14-r1.ebuild
b/dev-python/opcodes/opcodes-0.3.14-r2.ebuild
similarity index 83%
rename from dev-python/opcodes/opcodes-0.3.14-r1.ebuild
rename to dev-python/opcodes/opcodes-0.3.14-r2.ebuild
index 41c5fc198040..c5c5f3c7bb10 100644
--- a/dev-python/opcodes/opcodes-0.3.14-r1.ebuild
+++ b/dev-python/opcodes/opcodes-0.3.14-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
@@ -24,7 +24,6 @@ S=${WORKDIR}/${MY_P}
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
-RESTRICT="test" # depends on an old version of werkzeug
RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
@@ -34,3 +33,5 @@ DOCS=( readme.rst )
distutils_enable_sphinx sphinx \
dev-python/sphinx-bootstrap-theme
+
+distutils_enable_tests pytest