Issues with the portgroup python
Tiago Freitas Pereira
tiagofrepereira at gmail.com
Mon Sep 28 08:33:52 PDT 2015
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-dev/attachments/20150928/1df23f23/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Portfile.current
Type: application/octet-stream
Size: 3449 bytes
Desc: not available
URL: <https://lists.macosforge.org/pipermail/macports-dev/attachments/20150928/1df23f23/attachment.obj>
More information about the macports-dev
mailing list