Donald Stufft

Results 289 comments of Donald Stufft

Helps if I actually include a link to the reproducer.

Ok, you can ignore the final compiler errors, that seems to be an incompatibility with `zig cc` and glib, but the lack of hermetic-ness still exists.

Without a build system there's no way for pip to determine what the dependencies are, pip doesn't (afaik, and it shouldn't) read dependencies from `pyproject.toml` (other than build dependencies), it...

I was thinking about this more, and it occurred to me that I don't think it actually exists to have a `pyproject.toml` without a build system. PEP 518 says that...

To be clear, I don't really have any problem with a ``--only-deps`` (for whatever value my opinion has on the matter). I didn't think we should try and make `pyproject.toml`...

Absent that though, `requirements.txt` is probably still it, and if we want something standardized, it has yet to be created.

Hmm, I don't know enough about macOS to understand why exactly it's failing here

I wonder if it makes sense to make authentication pluggable in some way? I'm pretty sure that twine right now assumes that every repository is authenticated with a username/password over...

PyPI itself would benefit from not having to use the BasicAuth hack anymore :) But more generally, most of the cloud providers don't use long lived secrets that are usable...

I'm not sure I want a blanket option to to exclude scripts on install, but we do generally need to figure out something here.