Filipe Laíns 🇵🇸
Filipe Laíns 🇵🇸
~~This is just an initial approach, that is known to not work on all use-cases. It simply uses .pth files to inject search locations for the default import finder, for...
The documentation is not super accessible to new users. I would like to rewrite it so that it is more accessible to new users, while still presenting the required information...
I don't think auditwheel fixes the binary dependencies for wheel scripts, we should confirm that. If it does not, we should put them in platlib and add a wrapper that...
The last thing preventing this from being adopted in the wild is probably the missing support for editable wheels. For the implementation, the idea is simple, create an editable wheel...
Right now we are installing the contents of https://github.com/myriadrf/LimeSuite/tree/master/Desktop to `/usr/share/Lime/Desktop`. This would require us to run the `install` script after installing the package. I can't even begin to understand...
Release?
Would it be possible to make a release so that this could be packaged by distributions?
What kind of issue is this? - [ ] **Question**. This issue tracker is not the place for questions. If you want to ask how to do something, or to...
Example: https://meson-python.readthedocs.io/en/latest/reference/environment-variables.html
Hi, I pushed PEP 720 where I [refer to scikit-build](https://peps.python.org/pep-0720/#projects-with-decent-cross-build-support) cross-compilation support. It was based on my understanding of scikit-build's cross-compilation support, but I wanted to reach out and try...
Resolves: #6154, #7702 - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for changed code. This patch simplifies `get_pep517_metadata`, makes it more efficient, and make sure...