Changes between Initial Version and Version 1 of Ticket #64425, comment 9


Ignore:
Timestamp:
Jan 17, 2022, 12:32:51 AM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64425, comment 9

    initial v1  
    33MacPorts creates wheel packages using tool called {{{build}}} which is invoked by its name with {{{/path/to/python -m build}}} command. The pendulum repository has in its root directory a script {{{build.py}}}. Local script takes takes precedence over global {{{build}}} tool that MacPorts expects.
    44
    5 This is why build always fails. It started with commit https://github.com/macports/macports-ports/commit/e94c8a1 which introduced {{{build}} tool 2 months ago.
     5This is why build always fails. It started with commit [e94c8a1f8531ced6e1d765849193e36a590425c9/macports-ports] which introduced {{{build}} tool 2 months ago.