2010-11-29 01:24:50 Alex Alexander napisał(a):
> On 28 Nov 2010, at 22:20, Michał Górny <[email protected]> wrote:
> 
> > On Sun, 28 Nov 2010 20:32:16 +0100
> > Arfrever Frehtes Taifersar Arahesis <[email protected]> wrote:
> > 
> >> PYTHON_DEPEND will be required. Otherwise each "${range_of_versions}"
> >> should be included between "<<" and ">>" markers.
> > 
> > Do we really need to introduce those ugly markers? AFAICS in all places
> > they're used you could simply either use version numbers themselves or
> > '*' (instead of '<<>>', and '*[...]' instead of '<<[...]>>').
> > 
> 
> I agree, reading these markers hurts my eyes :p

Some markers are necessary. Read the following examples in an ebuild NOT 
supporting installation
for multiple Python ABIs:

  # Dependency on Python 2 or 3
  PYTHON_DEPEND="<<2 3>>"

  # Dependency on Python 2 and 3
  PYTHON_DEPEND="<<2>> <<3>>"

-- 
Arfrever Frehtes Taifersar Arahesis

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to