Henry Schreiner

Results 2513 comments of Henry Schreiner

Closing this as it's not our fault someone wasn't able to get "ninja" on PyPI, chose "Django-ninja" instead, but still called their package ninja. We own "ninja" on PyPI.

I think this would basically be https://github.com/hynek/build-and-inspect-python-package except without the validation? Edit: also no auto archive uploads.

Build uses it. :) It also uses uv and our `--installer=uv` option, so it's really fast. Not sure we could do better. If we could provide an action that was...

Currently, you can set a constraint file, though that's specific to the backend. It also works transitively that way, since any dependency might need to be built, which then triggers...

What is reporting that? The `ninja` command? Could you paste some output and describe what system you are on? Any "standard" linux distribution, macOS, or Windows should be supported.

Originally, pip only supported `--config-settings`, and we only supported `--config-setting` - they added that to be compatible with us, I think. I think we are slightly more correct, but I'd...

FYI, Pip's latest version (23.1) supports `-C` as well. It avoids the strange double equals that the long form requires.

The important part of the error is cut off at the top of the screen. It looks like it ends with `AttributeError: module "setuptools.command.easy_install" has no attribute "get_script_args"`.

> I would've never expected to get a PyPy when asking for "Python 3.9". IDK, maybe I'm just set in my ways, by in my mind python3.9 is CPython and...

> I'd like to get all of schemastore included at some point I've got a mostly automatic mirror of the pyproject.toml part of SchemaStore at https://github.com/henryiii/validate-pyproject-schema-store, it might look something...