Kyle Benesch
Kyle Benesch
Looks like Swift installs to `/usr/lib/swift` because it is an official MacOS tool. I'm considering changing Delocate to only exclude libraries directly inside of `/usr/lib` but I don't know the...
It isn't completely unexpected, but it can still be a bug, one that's affecting bundling the Swift runtime. I'd prefer this issue was left open until a solution is found....
I can't find much info on this. How the library is built might be affected by your version of Xcode, so see if you can update that and rebuild. If...
It's a long-lived API token created by me. I set that up before PyPI had trusted publishing. I use trusted publishing for all my other Python projects and I've considered...
That's good to know. I had manually created every environment I've ever used so far.
If you're affected by this issue to the point where even `editable_mode=strict` won't work then the [Legacy Behavior](https://setuptools.pypa.io/en/latest/userguide/development_mode.html#legacy-behavior) can still be enabled as a temporary workaround: ```sh pip install -e...
> @HexDecimal What if it's our tool having the issue? How should it be updated to conform to editable installs in python 3.12? This issue is not caused by your...
Delocate maintainer here. The removed functions are very small and would be easy to rewrite in Delocate, and all independently written functions should be stable because the file format is...
For those interested, this is a refactored version of the module that I plan on going with: ```python """Tools for reading and writing PKG-INFO / METADATA without caring about the...
In this case it was simple to replicate the module. I'm not really sure what to do in the long term. I assume that more complex functions are safe from...