Re: Adding ${python.branch} without the . to Python groups

2012-08-17 Thread Ryan Schmidt
On Aug 17, 2012, at 13:02, Blair Zajac wrote: > I'm working on unifying py2{5,6,7}-logilab-astng and they all depend upon the > corresponding $py2{5,6,7}-logilab-common. Can we add to the python groups > another variable without the . in it, so I can do > > depends_lib-append port:py{python

Re: Adding ${python.branch} without the . to Python groups

2012-08-17 Thread Blair Zajac
On 08/17/2012 11:43 AM, Jeremy Lavergne wrote: So ${python.version} is changed if a subport is active? That's non-intuitive. If you're defining a port multiple times for various python versions, how else would define it as a variable? Sorry, trying to do too many things at the same time, I

Re: Adding ${python.branch} without the . to Python groups

2012-08-17 Thread Blair Zajac
On 08/17/2012 11:37 AM, Lawrence Velázquez wrote: On Aug 17, 2012, at 2:02 PM, Blair Zajac wrote: Can we add to the python groups another variable without the . in it, so I can do depends_lib-append port:py{python.SOMETHING}-logilab-common What should we call SOMETHING? No need to add an

Re: Adding ${python.branch} without the . to Python groups

2012-08-17 Thread Jeremy Lavergne
> So ${python.version} is changed if a subport is active? That's non-intuitive. If you're defining a port multiple times for various python versions, how else would define it as a variable? > The ports I'm converting are currently not a subport, does that work > regardless? It should still be

Re: Adding ${python.branch} without the . to Python groups

2012-08-17 Thread Blair Zajac
On 08/17/2012 11:39 AM, Rainer Müller wrote: On 2012-08-17 20:02, Blair Zajac wrote: I'm working on unifying py2{5,6,7}-logilab-astng and they all depend upon the corresponding $py2{5,6,7}-logilab-common. Can we add to the python groups another variable without the . in it, so I can do depends

Re: Adding ${python.branch} without the . to Python groups

2012-08-17 Thread Lawrence Velázquez
On Aug 17, 2012, at 2:02 PM, Blair Zajac wrote: > Can we add to the python groups another variable without the . in it, so I > can do > > depends_lib-append port:py{python.SOMETHING}-logilab-common > > What should we call SOMETHING? No need to add anything. Use "python.version". vq

Re: Adding ${python.branch} without the . to Python groups

2012-08-17 Thread Rainer Müller
On 2012-08-17 20:02, Blair Zajac wrote: > I'm working on unifying py2{5,6,7}-logilab-astng and they all depend upon the > corresponding $py2{5,6,7}-logilab-common. Can we add to the python groups > another variable without the . in it, so I can do > > depends_lib-append port:py{python.SOMETHING}

Adding ${python.branch} without the . to Python groups

2012-08-17 Thread Blair Zajac
I'm working on unifying py2{5,6,7}-logilab-astng and they all depend upon the corresponding $py2{5,6,7}-logilab-common. Can we add to the python groups another variable without the . in it, so I can do depends_lib-append port:py{python.SOMETHING}-logilab-common What should we call SOMETHING?