Gentoo Archives: gentoo-dev

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-dev@l.g.o
Cc: Sergei Trofimovich <slyfox@g.o>
Subject: [gentoo-dev] [PATCH] profiles/package.deprecated: deprecate python:2.7
Date: Sat, 20 Jun 2020 13:57:53
Message-Id: 20200620135742.2603768-1-slyfox@gentoo.org
1 Give maintainers the chance to act and flag packages that pull in python:2.7.
2
3 Signed-off-by: Sergei Trofimovich <slyfox@g.o>
4 ---
5 profiles/package.deprecated | 4 ++++
6 1 file changed, 4 insertions(+)
7
8 diff --git a/profiles/package.deprecated b/profiles/package.deprecated
9 index a756e845f47..bb661571962 100644
10 --- a/profiles/package.deprecated
11 +++ b/profiles/package.deprecated
12 @@ -17,6 +17,10 @@
13
14 #--- END OF EXAMPLES ---
15
16 +# Sergei Trofimovich <slyfox@g.o> (2020-06-20)
17 +# Deprecated. Consider poring to python 3 and drop support for python2.
18 +dev-lang/python:2.7
19 +
20 # Sergei Trofimovich <slyfox@g.o> (2020-02-22)
21 # virtual/libstdc++ has only one sys-libs/libstdc++-v3 provider.
22 # Use that instead. Or even better use none of them. It's a
23 --
24 2.27.0

Replies