Changes between Initial Version and Version 1 of Ticket #64457
- Timestamp:
- Jan 17, 2022, 12:31:13 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64457 – Description
initial v1 1 I found this issue while investigating https://trac.macports.org/ticket/64425.1 I found this issue while investigating #64425. 2 2 3 3 When 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. 4 4 5 Issue begun after https://github.com/macports/macports-ports/commit/e94c8a1and so far I found that it affects {{{py-pendulum}}} port.5 Issue begun after [e94c8a1f8531ced6e1d765849193e36a590425c9/macports-ports] and so far I found that it affects {{{py-pendulum}}} port.