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 install py-bob
}}}
macports installs the py-bob package (python 2.7 (set as default)) without
their python dependencies (even if the python.default_version is set to 27).

The portfile is attached.

I'm not sure if I completely understood the execution flow using this
portgroup, but as far as I understood, when the user tries to install the
py-bob, macports redirects to the correspondent subport  (in this case,
again, python 2.7) for the port itself and for the python dependencies. Am
I right?

Thank you very much in advance


-- 
Tiago

Attachment: Portfile.current
Description: Binary data

_______________________________________________
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to