Issue with the portgroup python using the python.version variable

Tiago Freitas Pereira tiagofrepereira at gmail.com
Fri Sep 25 05:03:27 PDT 2015


Ah, I got it :-)

Thank you very much!!
Have a good weekend

Best regards

On Fri, Sep 25, 2015 at 1:22 PM, Joshua Root <jmr at macports.org> wrote:

> On 2015-9-25 20:09 , Tiago Freitas Pereira wrote:
> > Hi,
> >
> > I'm developing a port file for a python package that I have here
> > (https://github.com/bioidiap/bob.blitz), but I cannot read the variable
> > python.version as mentioned in the documentation
> > (https://guide.macports.org/#reference.portgroup.python.variables).
> >
> > When I try to read this variable I get the following message:
> >
> > {{{
> > Failed to parse file science/py-bob.blitz/Portfile: can't read
> > "python.version": no such variable
> > }}}
> >
> > I have checked a couple of python ports such as  py-docutils
> > (
> https://trac.macports.org/browser/trunk/dports/python/py-docutils/Portfile
> )
> > or py-scikit-image
> > (
> https://trac.macports.org/browser/trunk/dports/python/py-scikit-image/Portfile
> )
> > and I'm doing basically the same thing that they do and I can't figure
> > out what is wrong.
>
> Those other ports add their dependencies inside a 'if {$subport ne
> $name}' statement. That's what you'll need to do too, because
> python.version is undefined when you're not in one of the
> version-specific subports.
>
> - Josh
>



-- 
Tiago
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-dev/attachments/20150925/cf44b265/attachment.html>


More information about the macports-dev mailing list