Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: Sergei Trofimovich <slyfox@g.o>
Subject: Re: [gentoo-dev] [PATCH] profiles/package.deprecated: deprecate python:2.7
Date: Sat, 20 Jun 2020 14:05:48
Message-Id: e800fbb56876cb9589f04f53ac2ba7c9ea9801e1.camel@gentoo.org
In Reply to: [gentoo-dev] [PATCH] profiles/package.deprecated: deprecate python:2.7 by Sergei Trofimovich
1 On Sat, 2020-06-20 at 14:57 +0100, Sergei Trofimovich wrote:
2 > Give maintainers the chance to act and flag packages that pull in python:2.7.
3 >
4 > Signed-off-by: Sergei Trofimovich <slyfox@g.o>
5 > ---
6 > profiles/package.deprecated | 4 ++++
7 > 1 file changed, 4 insertions(+)
8 >
9 > diff --git a/profiles/package.deprecated b/profiles/package.deprecated
10 > index a756e845f47..bb661571962 100644
11 > --- a/profiles/package.deprecated
12 > +++ b/profiles/package.deprecated
13 > @@ -17,6 +17,10 @@
14 >
15 > #--- END OF EXAMPLES ---
16 >
17 > +# Sergei Trofimovich <slyfox@g.o> (2020-06-20)
18 > +# Deprecated. Consider poring to python 3 and drop support for python2.
19 > +dev-lang/python:2.7
20 > +
21 > # Sergei Trofimovich <slyfox@g.o> (2020-02-22)
22 > # virtual/libstdc++ has only one sys-libs/libstdc++-v3 provider.
23 > # Use that instead. Or even better use none of them. It's a
24
25 That's just going to increase CI report size by a few megs without any
26 real benefit. It will trigger the same for packages that support *only*
27 Python 2.7, as well as these that support 2.7 in addition to 3 because
28 they have 2.7 deps. SNR will be very low.
29
30 --
31 Best regards,
32 Michał Górny

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies