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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D4F0315ACFC for ; Thu, 4 May 2023 04:31:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17A5DE0F70; Thu, 4 May 2023 04:31:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F127DE0F70 for ; Thu, 4 May 2023 04:31:20 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EAF16341709 for ; Thu, 4 May 2023 04:31:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 489EAA57 for ; Thu, 4 May 2023 04:31:18 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1683174652.ce0c0f9ef02754d0bef654e39ffc9052cb124c50.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/afdko/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/afdko/afdko-3.9.5.ebuild X-VCS-Directories: dev-util/afdko/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: ce0c0f9ef02754d0bef654e39ffc9052cb124c50 X-VCS-Branch: dev Date: Thu, 4 May 2023 04:31:18 +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: e98de67c-5db3-4d77-8ed8-b18377144797 X-Archives-Hash: 3aa705fdc906743fc7cbf9f57a0d560a commit: ce0c0f9ef02754d0bef654e39ffc9052cb124c50 Author: Viorel Munteanu gentoo org> AuthorDate: Thu May 4 04:30:03 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Thu May 4 04:30:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce0c0f9e dev-util/afdko: disable py3.9 Signed-off-by: Viorel Munteanu gentoo.org> dev-util/afdko/afdko-3.9.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/afdko/afdko-3.9.5.ebuild b/dev-util/afdko/afdko-3.9.5.ebuild index 8e29aa753..b635c4746 100644 --- a/dev-util/afdko/afdko-3.9.5.ebuild +++ b/dev-util/afdko/afdko-3.9.5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi 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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1CF11158003 for ; Sat, 6 May 2023 06:59:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61D04E0909; Sat, 6 May 2023 06:59:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 486B5E0909 for ; Sat, 6 May 2023 06:59:31 +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 583753411B2 for ; Sat, 6 May 2023 06:59:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97FB0A65 for ; Sat, 6 May 2023 06:59:27 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1683174652.ce0c0f9ef02754d0bef654e39ffc9052cb124c50.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/afdko/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/afdko/afdko-3.9.5.ebuild X-VCS-Directories: dev-util/afdko/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: ce0c0f9ef02754d0bef654e39ffc9052cb124c50 X-VCS-Branch: master Date: Sat, 6 May 2023 06:59:27 +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: fceeda9c-13e5-4115-9be5-40c461417dd5 X-Archives-Hash: 1b3b492d7686cac937aa44236164d7ee Message-ID: <20230506065927.BA4u69AcfZjlg1RUqUYZfHahujK0Y_HJQlBD6W-zk0A@z> commit: ce0c0f9ef02754d0bef654e39ffc9052cb124c50 Author: Viorel Munteanu gentoo org> AuthorDate: Thu May 4 04:30:03 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Thu May 4 04:30:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce0c0f9e dev-util/afdko: disable py3.9 Signed-off-by: Viorel Munteanu gentoo.org> dev-util/afdko/afdko-3.9.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/afdko/afdko-3.9.5.ebuild b/dev-util/afdko/afdko-3.9.5.ebuild index 8e29aa753..b635c4746 100644 --- a/dev-util/afdko/afdko-3.9.5.ebuild +++ b/dev-util/afdko/afdko-3.9.5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi