Filipe Laíns 🇵🇸

Results 478 comments of Filipe Laíns 🇵🇸

Hi, `project.scripts` (from [PEP 621](https://peps.python.org/pep-0621/)) is supported, so you may use it as you would on any other Python build backend (example: https://peps.python.org/pep-0621/#example). Alternatively, if you need to install any...

Yes, but we need to set the rpath of the binary to path of the `.libs` folder, which we do not know. It would be either absolute, which we do...

Or does auditwheel relocate the binary itself? This is what I need to check, and the reason for this issue. I was under the impression it didn't, but am not...

I haven't had much time to look into this so I just put my thoughts down here for future reference.

So, auditwheel does try to do something, but it's incorrect. ``` $ cd tests/packages/library $ python -m build -nxw * Building wheel... ! Using Meson to generate the project metadata...

> What is the status of this PR? People are reporting the failures directly to Meson itself now. I am almost finished in #87, after that is in, I will...

> @FFY00 I recommend leaving enough time pre and post merge of that PR, so we're sure it's in good shape when it is released. This PR doesn't have to...

I think this is something that may make more sense to implement in Meson directly. @eli-schwartz, thoughts?

I believe your assessment is correct, but I think I have a simpler solution for #87 :blush: Our custom finder needs to be added via a `.pth` file, but we...