Changes between Initial Version and Version 1 of Ticket #64457


Ignore:
Timestamp:
Jan 17, 2022, 12:31:13 AM (2 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64457 – Description

    initial v1  
    1 I found this issue while investigating https://trac.macports.org/ticket/64425.
     1I found this issue while investigating #64425.
    22
    33When source code of Python project contains a script called `build.py` or a submodule called `build` it will override global installation of the {{{build}}} tool. This is when MacPorts invokes {{{/path/to/python -m build ...}}} local script/module will be invoked instead of intended tool. In such cases pep517 build will always fail.
    44
    5 Issue begun after https://github.com/macports/macports-ports/commit/e94c8a1 and so far I found that it affects {{{py-pendulum}}} port.
     5Issue begun after [e94c8a1f8531ced6e1d765849193e36a590425c9/macports-ports] and so far I found that it affects {{{py-pendulum}}} port.