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 CCB9A158042 for ; Tue, 29 Oct 2024 21:58:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20BB9E085B; Tue, 29 Oct 2024 21:58:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 CC0CFE085B for ; Tue, 29 Oct 2024 21:58:15 +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 89D38342FDB for ; Tue, 29 Oct 2024 21:58:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD78F1DCE for ; Tue, 29 Oct 2024 21:58:10 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1730236811.11b02c7c908d848b63f57a8f4b17ccd9168bec74.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 11b02c7c908d848b63f57a8f4b17ccd9168bec74 X-VCS-Branch: dev Date: Tue, 29 Oct 2024 21:58:10 +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: da3d012e-2ff7-494a-9816-2cd27773a974 X-Archives-Hash: aaac9717e2c56b0646c8d8ff9df5095d commit: 11b02c7c908d848b63f57a8f4b17ccd9168bec74 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Oct 29 21:20:11 2024 +0000 Commit: Anna Vyalkova sysrq in> 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