commit: 528f3ba533eefc97cd5527f8aafd6d53a7bc39e6
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun May 26 23:20:47 2024 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun May 26 23:25:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=528f3ba5
app-misc/jpipe: enable py3.13
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
app-misc/jpipe/jpipe-0.2.0-r1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/app-misc/jpipe/jpipe-0.2.0-r1.ebuild
b/app-misc/jpipe/jpipe-0.2.0-r1.ebuild
index df98fabb80f0..d10315d56502 100644
--- a/app-misc/jpipe/jpipe-0.2.0-r1.ebuild
+++ b/app-misc/jpipe/jpipe-0.2.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
GO_OPTIONAL=1
DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_USE_PEP517=setuptools
inherit go-module distutils-r1 pypi
@@ -18,7 +18,6 @@ SRC_URI+="
LICENSE="Apache-2.0 BSD BSD-2 MIT"
SLOT="0"
KEYWORDS="~amd64"
-RESTRICT+=" test"
IUSE="jpp-symlink jp-symlink python test"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RESTRICT="!test? ( test )"