commit: 11b02c7c908d848b63f57a8f4b17ccd9168bec74
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Oct 29 21:20:11 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Oct 29 21:20:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=11b02c7c
net-misc/gmcapsule: enable py3.13
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
net-misc/gmcapsule/gmcapsule-0.7.0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/net-misc/gmcapsule/gmcapsule-0.7.0.ebuild
b/net-misc/gmcapsule/gmcapsule-0.7.0.ebuild
index c15101946..2ba159068 100644
--- a/net-misc/gmcapsule/gmcapsule-0.7.0.ebuild
+++ b/net-misc/gmcapsule/gmcapsule-0.7.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1 pypi systemd
@@ -22,6 +22,8 @@ RDEPEND="
>=dev-python/pyopenssl-21
"
+distutils_enable_tests import-check
+
python_install() {
rm "${BUILD_DIR}/install$(python_get_sitedir)"/*.ini || die
distutils-r1_python_install