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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1234115801B for ; Sat, 8 Apr 2023 06:38:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58F1AE07F9; Sat, 8 Apr 2023 06:38:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E55FE07F9 for ; Sat, 8 Apr 2023 06:38:02 +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 704E7340D24 for ; Sat, 8 Apr 2023 06:38:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A16F79FA for ; Sat, 8 Apr 2023 06:37:59 +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: <1680935600.a29953ece60f53e2ad9f5103e08913250ea94a43.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pdm/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pdm/pdm-2.4.9.ebuild X-VCS-Directories: dev-python/pdm/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: a29953ece60f53e2ad9f5103e08913250ea94a43 X-VCS-Branch: dev Date: Sat, 8 Apr 2023 06:37:59 +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: 1f9f686d-2ee1-4169-8dc8-ea4e22188dbc X-Archives-Hash: 7a1d233652c93e3866b53f9316abb1b0 Message-ID: <20230408063759.MHLPmIabiT_9rI-r0mZ-9JuEOKBm3rgGzHF0uIdgpKU@z> commit: a29953ece60f53e2ad9f5103e08913250ea94a43 Author: Viorel Munteanu gentoo org> AuthorDate: Sat Apr 8 06:33:20 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sat Apr 8 06:33:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a29953ec dev-python/pdm: disable pypy3 Signed-off-by: Viorel Munteanu gentoo.org> dev-python/pdm/pdm-2.4.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pdm/pdm-2.4.9.ebuild b/dev-python/pdm/pdm-2.4.9.ebuild index c5f0fc544..1d3609d66 100644 --- a/dev-python/pdm/pdm-2.4.9.ebuild +++ b/dev-python/pdm/pdm-2.4.9.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=pdm -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..11} ) inherit bash-completion-r1 distutils-r1 pypi