From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A4F42158042 for ; Tue, 29 Oct 2024 22:14:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9900CE0866; Tue, 29 Oct 2024 22:14:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81653E0866 for ; Tue, 29 Oct 2024 22:14:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BD76343006 for ; Tue, 29 Oct 2024 22:14:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F6641F64 for ; Tue, 29 Oct 2024 22:14:55 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1730236811.11b02c7c908d848b63f57a8f4b17ccd9168bec74.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/gmcapsule/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/gmcapsule/gmcapsule-0.7.0.ebuild X-VCS-Directories: net-misc/gmcapsule/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 11b02c7c908d848b63f57a8f4b17ccd9168bec74 X-VCS-Branch: master Date: Tue, 29 Oct 2024 22:14:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b59b6a24-afb6-48d6-a8c8-a79d1a5b609c X-Archives-Hash: f17e9f942e93a1d058c24f2ab13d278c commit: 11b02c7c908d848b63f57a8f4b17ccd9168bec74 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Oct 29 21:20:11 2024 +0000 Commit: David Roman gmail 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 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