[gentoo-dev] [PATCH] gnome2-utils: Drop EAPI < 5 support

2020-12-05 Thread Matt Turner
Closes: https://bugs.gentoo.org/566728 Signed-off-by: Matt Turner --- eclass/gnome2-utils.eclass | 21 + 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass index 06643db0f60..e32449890dd 100644 ---

[gentoo-dev] [PATCH] gnome2.eclass: Drop EAPI=4 support

2020-12-05 Thread Matt Turner
Closes: https://bugs.gentoo.org/596674 Signed-off-by: Matt Turner --- eclass/gnome2.eclass | 82 1 file changed, 22 insertions(+), 60 deletions(-) diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index 1a4ff451df3..9c2428532a9 100644 ---

Re: [gentoo-dev] Python 2 cleanup: remaining packages, Dec 2020 update

2020-12-05 Thread Andrew Savchenko
On Sat, 05 Dec 2020 15:47:40 + Marek Szuba wrote: > > > On December 5, 2020 12:31:33 PM UTC, Andrew Savchenko > wrote: > > >Looks like you misunderstood what "Python 3 compatibility mode" > >means. See official explanation: >

[gentoo-dev] Packages up for grabs from gnome@

2020-12-05 Thread Mart Raudsepp
Hello, The GNOME team is happy to hand over the following packages to a dedicated maintainer. For packages without any takers, we'll remain the maintainer for the time being. For packages that are taken, feel free to remove us or keep as backup if you want us doing the occasional version bump

Re: [gentoo-dev] Python 2 cleanup: remaining packages, Dec 2020 update

2020-12-05 Thread Marek Szuba
On December 5, 2020 12:31:33 PM UTC, Andrew Savchenko wrote: >Looks like you misunderstood what "Python 3 compatibility mode" >means. See official explanation: >https://www.renpy.org/dev-doc/html/changelog.html#python-2-python-3-compatibility-mode So I have. Oh well, last rites it most

Re: [gentoo-dev] Python 2 cleanup: remaining packages, Dec 2020 update

2020-12-05 Thread Andrew Savchenko
Hi! On Fri, 4 Dec 2020 10:07:21 +0100 Marek Szuba wrote: > On 2020-12-04 01:54, Michał Górny wrote: > > >>> Waiting for py3 port (likely last rite candidates): > >>> - games-engines/renpy > >> > >> RenPy 7.4.0, released on the 26th of November, features "new Python 3 > >> compatibility mode". It

Re: [gentoo-portage-dev] [PATCH] _get_lock_fn: support multiprocessing spawn start method (bug 758230)

2020-12-05 Thread Fabian Groffen
Thanks Zac! On 04-12-2020 14:58:22 -0800, Zac Medico wrote: > Ensure that _get_lock_fn arguments to multiprocessing.Process will > successfully pickle, as required by the spawn start method, which > is the default for macOS since Python 3.8. > > Since file descriptors are not inherited unless