commit:     481a5e7b0dd5838bccd6362027eb6076b5aa7dcd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 12:43:37 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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}

Reply via email to