Re: [gentoo-user] Re: Dependencies and PYTHON_TARGETS

2018-04-24 Thread Poncho
On 24.04.2018 01:46, Neil Bothwick wrote: > On Mon, 23 Apr 2018 18:10:08 -0400, Mike Gilbert wrote: > >> You are incorrect; PYTHON_TARGETS is never calculated based on the >> versions of python you have installed. > > Then how is it derived when not defined in make.conf? Is it set in the >

Re: [gentoo-user] Re: Dependencies and PYTHON_TARGETS

2018-04-23 Thread Neil Bothwick
On Mon, 23 Apr 2018 18:10:08 -0400, Mike Gilbert wrote: > You are incorrect; PYTHON_TARGETS is never calculated based on the > versions of python you have installed. Then how is it derived when not defined in make.conf? Is it set in the profiles? -- Neil Bothwick The trouble with doing

Re: [gentoo-user] Re: Dependencies and PYTHON_TARGETS

2018-04-23 Thread Mike Gilbert
On Mon, Apr 23, 2018 at 3:15 PM, Neil Bothwick wrote: > On Mon, 23 Apr 2018 08:37:42 -0700, Ian Zimmerman wrote: > >> > > Why did portage remove my python-3.5? >> > >> > Because nothing that depends on it isn't also satisfied by >> > python-3.6? >> >> But doesn't the

Re: [gentoo-user] Re: Dependencies and PYTHON_TARGETS

2018-04-23 Thread Neil Bothwick
On Mon, 23 Apr 2018 08:37:42 -0700, Ian Zimmerman wrote: > > > Why did portage remove my python-3.5? > > > > Because nothing that depends on it isn't also satisfied by > > python-3.6? > > But doesn't the PYTHON_TARGETS with which a package is built create a > strict dependency on those

Re: [gentoo-user] Re: Dependencies and PYTHON_TARGETS

2018-04-23 Thread Peter Humphrey
On Monday, 23 April 2018 16:31:39 BST Ian Zimmerman wrote: > I think before digging further, I should eliminate any guessing about > what PYTHON_TARGETS is actually set to. How can I list the environment > portage sees, from all sources (profile, make.conf and whatever else)? Doesn't "emerge

[gentoo-user] Re: Dependencies and PYTHON_TARGETS

2018-04-23 Thread Ian Zimmerman
On 2018-04-23 08:31, Neil Bothwick wrote: > > Why did portage remove my python-3.5? > > Because nothing that depends on it isn't also satisfied by python-3.6? But doesn't the PYTHON_TARGETS with which a package is built create a strict dependency on those pythons? If native code extensions are

[gentoo-user] Re: Dependencies and PYTHON_TARGETS

2018-04-23 Thread Ian Zimmerman
On 2018-04-23 05:54, Alec Ten Harmsel wrote: > > But do you ever --depclean? Why did portage remove my python-2.5? > > Yes, after every world update. I'm not sure why python-3.5 was removed. Of course I meant python 3.5. Thanks for reading my mind ;-) > Before you set PYTHON_TARGETS in

Re: [gentoo-user] Re: Dependencies and PYTHON_TARGETS

2018-04-23 Thread Alec Ten Harmsel
On Sun, Apr 22, 2018 at 06:44:03PM -0700, Ian Zimmerman wrote: > On 2018-04-22 15:08, Alec Ten Harmsel wrote: > > > > * make sure dev-lang/python:3.6 stays in the world file, even if it > > > is not needed by me directly > > > > No, you shouldn't need any dev-lang/python entries in the world > >

Re: [gentoo-user] Re: Dependencies and PYTHON_TARGETS

2018-04-23 Thread Neil Bothwick
On Sun, 22 Apr 2018 18:44:03 -0700, Ian Zimmerman wrote: > > No, you shouldn't need any dev-lang/python entries in the world > > file. I don't have any in my world file, but still have 2.7 and 3.5 > > installed on my system because I have some python programs > > installed. > > But do you ever

[gentoo-user] Re: Dependencies and PYTHON_TARGETS

2018-04-22 Thread Ian Zimmerman
On 2018-04-22 15:08, Alec Ten Harmsel wrote: > > * make sure dev-lang/python:3.6 stays in the world file, even if it > > is not needed by me directly > > No, you shouldn't need any dev-lang/python entries in the world > file. I don't have any in my world file, but still have 2.7 and 3.5 >