Gentoo Archives: gentoo-user

From: Ashley Dixon <ash@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] docutils needing py2.7, but not wanting py2.7?
Date: Fri, 05 Jun 2020 00:20:59
Message-Id: 20200605002018.x2lt3rau6tyaymt6@ad-gentoo-main
In Reply to: Re: [gentoo-user] docutils needing py2.7, but not wanting py2.7? by Caveman Al Toraboran
1 On Thu, Jun 04, 2020 at 11:38:33PM +0000, Caveman Al Toraboran wrote:
2 > =================================================================
3 > Package Settings
4 > =================================================================
5 >
6 > dev-python/docutils-0.16::gentoo was built with the following:
7 > USE="" ABI_X86="(64)" PYTHON_TARGETS="python3_7 -pypy3 -python2_7 -python3_6
8 > -python3_8 -python3_9"
9
10 This is confusing me.
11
12 At some point, you had docutils, ipython, and m2r built without docutils having
13 PYTHON_TARGETS="python2_7", and there is no requirement in the ebuild of ipython
14 to mandate that. m2r requires `dev-python/docutils[${PYTHON_USEDEP}]`, however I
15 doubt that PYTHON_USEDEP would expand to a hard requirement on python2_7.
16
17 In fact, every single package from your original message---quoted below for
18 convenience---supports versions greater than 2.7.
19
20 On Thu, Jun 04, 2020 at 09:24:39PM +0000, Caveman Al Toraboran wrote:
21 > # required by dev-python/m2r-0.2.1::gentoo[-test]
22 > # required by dev-python/automat-20.2.0::gentoo
23 > # required by dev-python/twisted-20.3.0::gentoo
24 > # required by www-servers/tornado-6.0.4::gentoo
25 > # required by dev-python/ipykernel-5.1.4::gentoo[-test]
26 > # required by dev-python/ipyparallel-6.2.3::gentoo
27 > # required by dev-python/ipython-7.5.0::gentoo[smp]
28 > # required by @selected
29 > # required by @world (argument)
30 > >=dev-python/docutils-0.16 python_targets_python2_7
31
32 Just to be explicit, try updating @world with `USE="-python_targets_python2_7
33 python_targets_python3_6" <emerge command>`. I assume that the currently
34 installed version of ipython also has the [smp] USE-flag ?
35
36 --
37
38 Ashley Dixon
39 suugaku.co.uk
40
41 2A9A 4117
42 DA96 D18A
43 8A7B B0D2
44 A30E BF25
45 F290 A8AA

Attachments

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

Replies

Subject Author
Re: [gentoo-user] docutils needing py2.7, but not wanting py2.7? Caveman Al Toraboran <toraboracaveman@××××××××××.com>