Gentoo Archives: gentoo-dev

From: Joshua Kinard <kumba@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] unsanctioned python 2.7 crusade
Date: Sun, 12 Jan 2020 22:43:30
Message-Id: 390fadf1-4a72-24b8-049e-1ab5925590da@gentoo.org
In Reply to: Re: [gentoo-dev] unsanctioned python 2.7 crusade by Andreas Sturmlechner
1 On 1/12/2020 17:32, Andreas Sturmlechner wrote:
2 > On Sonntag, 12. Januar 2020 23:07:24 CET Joshua Kinard wrote:
3 >> It might be worthwhile to treat the removal of Python-2.7 from the tree in
4 >> the same manner as an EAPI deprecation and removal, given how ingrained it
5 >> is due to its longevity. That will minimize the whiplash-effect of emerge
6 >> complaining about slot conflicts and dependency conflicts. Like I just ran
7 >> into w/ setuptools-45.0.0.0's release.
8 >
9 > So, no packaging of >=setuptools-45.0.0 until the end of 2020? Do you want to
10 > freeze all python libs that upstreams are dropping py27 support from?
11 >
12
13 Not saying not to package it. Right now, the issue seems to be it causes
14 dependency conflicts in emerge's depgraph parsing when PYTHON_TARGETS
15 includes python2_7 support. Remove that and stick with python3_* only, then
16 other packages that need python2_7 will whine.
17
18 Did setuptools-45.0.0 remove all python2 support? I looked at the commit
19 log, and it's only the title that any meaningful hint that it may have,
20 "dev-python/setuptools: Bump to 45.0.0 (py3 only)". If it did, then that
21 change is the right change, but anyone with a userland that has a mix of
22 python2 and python3 is going to have difficulty getting that update to merge
23 in, so I really can't go higher than setuptools-44.0.0 for the time being.
24
25 --
26 Joshua Kinard
27 Gentoo/MIPS
28 kumba@g.o
29 rsa6144/5C63F4E3F5C6C943 2015-04-27
30 177C 1972 1FB8 F254 BAD0 3E72 5C63 F4E3 F5C6 C943
31
32 "The past tempts us, the present confuses us, the future frightens us. And
33 our lives slip away, moment by moment, lost in that vast, terrible in-between."
34
35 --Emperor Turhan, Centauri Republic

Replies

Subject Author
Re: [gentoo-dev] unsanctioned python 2.7 crusade David Seifert <soap@g.o>