2010-02-06 13:14:41 Brian Harring napisał(a):
> On Sat, Feb 06, 2010 at 12:03:11PM +0100, Arfrever Frehtes Taifersar Arahesis wrote:
> > 2010-02-05 17:40:00 Arfrever Frehtes Taifersar Arahesis napisał(a):
> > > - Dependency on Python 2 should be set correctly. You can specify it directly in
> > > {,R}DEPEND or use PYTHON_DEPEND.
> > >
> > > Example:
> > > PYTHON_DEPEND="2"
> > >
> > > inherit python
> >
> > It might be useful to provide another example:
> > If given package requires e.g. Python >=2.6, but does not support Python 3, then you can
> > set PYTHON_DEPEND="2:2.6".
>
> We really need better syntax than that. Particular reason you're
> jamming py2k and py3k all into one? Breaking it down into
> PYTHON2K_DEPEND and PYTHON3K_DEPEND
There's no need for 2 variables when 1 variable is sufficient.
> would involve lest magic in parsing
At least I was able to exercise my bash skills and find a bug in bash

.
--
Arfrever Frehtes Taifersar Arahesis