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 B37F915800F for ; Sun, 29 Jan 2023 09:34:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3F79E08A0; Sun, 29 Jan 2023 09:34:35 +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 C9643E08A0 for ; Sun, 29 Jan 2023 09:34:35 +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 C8CEE340E97 for ; Sun, 29 Jan 2023 09:34:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC1A5893 for ; Sun, 29 Jan 2023 09:34:32 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1674984869.481a5e7b0dd5838bccd6362027eb6076b5aa7dcd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy3/pypy3-7.3.11-r1.ebuild dev-python/pypy3/pypy3-7.3.11.ebuild X-VCS-Directories: dev-python/pypy3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 481a5e7b0dd5838bccd6362027eb6076b5aa7dcd X-VCS-Branch: master Date: Sun, 29 Jan 2023 09:34:32 +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: 22dab975-9031-402c-b389-c674d953b838 X-Archives-Hash: 8dd88e6eeafd4d940b15a68c37f7fc60 commit: 481a5e7b0dd5838bccd6362027eb6076b5aa7dcd Author: Michał Górny gentoo org> AuthorDate: Wed Jan 25 12:43:37 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jan 29 09:34:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=481a5e7b dev-python/pypy3: Mark the packages as EXTERNALLY-MANAGED, PEP 668 Closes: https://github.com/gentoo/gentoo/pull/29260 Signed-off-by: Michał Górny gentoo.org> dev-python/pypy3/{pypy3-7.3.11.ebuild => pypy3-7.3.11-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/pypy3/pypy3-7.3.11.ebuild b/dev-python/pypy3/pypy3-7.3.11-r1.ebuild similarity index 97% rename from dev-python/pypy3/pypy3-7.3.11.ebuild rename to dev-python/pypy3/pypy3-7.3.11-r1.ebuild index e203c371b1f8..d0f7918e6b5f 100644 --- a/dev-python/pypy3/pypy3-7.3.11.ebuild +++ b/dev-python/pypy3/pypy3-7.3.11-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -37,6 +37,7 @@ RDEPEND=" ) dev-lang/python-exec[python_targets_pypy3(-)] dev-libs/openssl:0= + dev-python/gentoo-common ensurepip? ( dev-python/ensurepip-wheels ) gdbm? ( sys-libs/gdbm:0= ) sqlite? ( dev-db/sqlite:3= ) @@ -189,6 +190,7 @@ src_install() { "${ED}${dest}"/_tkinter \ "${ED}${dest}"/test/test_{tcl,tk,ttk*}.py || die fi + dosym ../python/EXTERNALLY-MANAGED "${dest}/EXTERNALLY-MANAGED" local -x EPYTHON=pypy3 local -x PYTHON=${ED}/usr/bin/pypy3.9-c-${PYPY_PV}