Issues with the portgroup python

2015-09-28 Thread Tiago Freitas Pereira
Hi, I'm developing a port using the portgroup python (called py-bob). Executing some tests locally, I can install successfully the port using the commands {{{ sudo port install py27-bob #for python 2.7 }}} or {{{ sudo port install py34-bob #for python 3.4 }}} However, if I do {{{ sudo port insta

Re: Issue with the portgroup python using the python.version variable

2015-09-25 Thread Tiago Freitas Pereira
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 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 > &

Issue with the portgroup python using the python.version variable

2015-09-25 Thread Tiago Freitas Pereira
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 ge