From: Brian Harring <ferringb@gmail.com>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] Packages pulling in python-3*, also they dont require it
Date: Fri, 19 Mar 2010 02:40:09 -0700 [thread overview]
Message-ID: <20100319094009.GD28451@hrair> (raw)
In-Reply-To: <4BA34293.1040302@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1798 bytes --]
On Fri, Mar 19, 2010 at 04:23:31AM -0500, Dale wrote:
> OK. Right now, as you type this, what package depends on python-3 and
> won't work with python-2? Anything at all? If it is nothing, then why
> install it?
To some degree it's the users choice which python version they choose
to settle on- a simple server system doing file sharing could actually
be py3k via portage/pkgcore both supporting py3k (including their
dependencies).
As for py3k only pkgs, I'd bet 3to2 is py3k only... it's worth noting
that some new libs are targeting py3k only also (I don't agree with
that, but it's upstreams choice).
> Since python-3 is not what the system is using, it's not getting used
> even if it is installed. So as I mentioned in another reply, portage is
> installing something and it is just sitting there doing nothing. What
> is the point in that?
Mask the freaking package already. The time people have extended in
bitching about this *literally* exceeds the time to type
mkdir -p /etc/portage && \
echo '>=dev-lang/python-3' >> /etc/portage/package.mask
If you consider masking it to be that horrible (or want to keep
expending time), fine- then please do what Betelgeuse has
suggested in IRC and raid from the ruby eclass the USE_EXPAND'd
ruby_targets trickery and integrate that into the python eclass [1].
Via that (and a lot of ebuild cleanup) users could explicitly specify
the python versions they want targeted and it would properly be
represented in the depgraph.
~harring
[1] Note that python.eclass already has something *roughly* similar to
this, but 1) it's not USE based, 2) no one aparently knows about it,
3) from what I've seen most ebuilds haven't really been converted to
handle this properly (yet).
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
next prev parent reply other threads:[~2010-03-19 9:40 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-18 19:20 [gentoo-dev] Packages pulling in python-3*, also they dont require it Thomas Sachau
2010-03-18 19:24 ` Fabian Groffen
2010-03-18 20:27 ` Ben de Groot
2010-03-18 20:53 ` Doktor Notor
2010-03-18 22:09 ` Sebastian Pipping
2010-03-18 22:17 ` Ben de Groot
2010-03-19 8:12 ` Ciaran McCreesh
2010-03-19 8:54 ` Dale
2010-03-19 8:57 ` Ciaran McCreesh
2010-03-19 9:23 ` Dale
2010-03-19 9:30 ` Ciaran McCreesh
2010-03-19 10:13 ` Dale
2010-03-19 10:34 ` Arfrever Frehtes Taifersar Arahesis
2010-03-19 14:54 ` Dale
2010-03-20 0:51 ` [gentoo-dev] " Duncan
2010-03-20 9:56 ` Jean-Marc Hengen
2010-03-20 12:53 ` Zac Medico
2010-03-20 14:11 ` Arfrever Frehtes Taifersar Arahesis
2010-03-22 21:12 ` Jacob Godserv
2010-03-23 15:37 ` Arfrever Frehtes Taifersar Arahesis
2010-03-23 16:15 ` Duncan
2010-03-20 12:47 ` Peter Hjalmarsson
2010-03-19 9:35 ` [gentoo-dev] " Arfrever Frehtes Taifersar Arahesis
2010-03-19 9:39 ` Petteri Räty
2010-03-19 9:55 ` Arfrever Frehtes Taifersar Arahesis
2010-03-19 9:56 ` Brian Harring
2010-03-19 10:01 ` Ciaran McCreesh
2010-03-19 10:27 ` Brian Harring
2010-03-19 9:40 ` Brian Harring [this message]
2010-03-19 15:13 ` [gentoo-dev] " Nikos Chantziaras
2010-03-19 18:26 ` Alec Warner
2010-03-20 12:42 ` Nikos Chantziaras
2010-03-19 5:35 ` [gentoo-dev] " Alec Warner
2010-03-19 7:15 ` Dale
2010-03-19 7:58 ` Zac Medico
2010-03-19 8:52 ` Dale
2010-03-19 9:09 ` Zac Medico
2010-03-19 22:28 ` Alistair Bush
2010-03-19 15:02 ` Dale
2010-03-19 15:21 ` Doktor Notor
2010-03-18 19:28 ` Ciaran McCreesh
2010-03-18 19:43 ` Thomas Sachau
2010-03-18 20:02 ` Petteri Räty
2010-03-18 20:10 ` Ciaran McCreesh
2010-03-18 20:57 ` Petteri Räty
2010-03-18 20:21 ` Thomas Sachau
2010-03-18 21:00 ` Petteri Räty
2010-03-18 21:06 ` Ciaran McCreesh
2010-03-18 21:45 ` Thomas Sachau
2010-03-18 19:33 ` Arfrever Frehtes Taifersar Arahesis
2010-03-18 19:47 ` Thomas Sachau
2010-03-18 19:55 ` Arfrever Frehtes Taifersar Arahesis
2010-03-18 20:13 ` Thomas Sachau
2010-03-18 21:40 ` Brian Harring
2010-03-20 12:51 ` [gentoo-dev] " Peter Hjalmarsson
2010-03-20 14:07 ` Arfrever Frehtes Taifersar Arahesis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100319094009.GD28451@hrair \
--to=ferringb@gmail.com \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox