Is missing python.default_version bug?

2014-03-22 Thread Mathias Laurin
Dear MacPorts users, Some ports like py-ipython and py-cython do not set `python.default_version`. The result is that `port install py-ipython` pulls py24-ipython. So (1) should this be reported as a bug (the patch is trivial in any case)? (2) I could not find how to tell port that

Re: Is missing python.default_version bug?

2014-03-22 Thread Eric Gallager
This was a leftover of the old behavior from when `py-*` ports were actually `py24-*` ports in disguise, instead of stub ports like they are now. jmr seems to have fixed it in r118101https://trac.macports.org/changeset/118101 On Sat, Mar 22, 2014 at 9:38 AM, Mathias Laurin

Re: Is missing python.default_version bug?

2014-03-22 Thread Ryan Schmidt
On Mar 22, 2014, at 08:38, Mathias Laurin wrote: Some ports like py-ipython and py-cython do not set `python.default_version`. The result is that `port install py-ipython` pulls py24-ipython. So (1) should this be reported as a bug (the patch is trivial in any case)? This was intended