Changes between Initial Version and Version 1 of Ticket #52995


Ignore:
Timestamp:
Dec 2, 2016, 7:18:11 PM (8 years ago)
Author:
mojca (Mojca Miklavec)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52995 – Description

    initial v1  
    11Not sure what type of ticket this is, but following [https://github.com/macports/macports-ports/pull/76 PR #76] I tried to add subports for python 3.4 and 3.5 to `py-pygraphviz` and failed.
    22
    3 I tested versions 1.1, 1.3, 1.4rc1. I suspect that 1.1 is not compatible, 1.3 is most likely missing a file, 1.4rc1 fails with
     3I tested versions 1.1, 1.3, 1.4rc1. I suspect that 1.1 is not compatible, 1.3 is most likely missing a file:
     4{{{
     5DEBUG: system:  cd "/path/to/py35-pygraphviz/work/pygraphviz-1.3" && /opt/local/Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5 setup.py --no-user-cfg build
     6Traceback (most recent call last):
     7  File "setup.py", line 16, in <module>
     8    from setup_commands import AddExtensionDevelopCommand, AddExtensionInstallCommand
     9ImportError: No module named 'setup_commands'
     10}}}
     11
     121.4rc1 fails with
    413{{{
    514running install