Ofek Lev

Results 697 comments of Ofek Lev

Would it be sufficiently complex to assume that each wheel has different metadata?

Certainly but not for this specific use case if possible. I would much prefer to import the necessary crates.

Is this still relevant? I'm sorry I don't have much time to look into it! If so I will merge.

What's this, a hash of the source tar ball? https://github.com/ofek/coincurve/blob/adff792cc1fe0cfa634fdd7c584dedee17107874/pyproject.toml#L82

Henry (the maintainer) is working on making a plugin for Hatchling. Until then this current approach is fine. Which PR should I review? I don't quite know the plan.

Definitely please move forward just with scikit-build-core!

The plugin would live at the build system layer i.e. Hatchling, which would invoke some logic within that other package. Hatch the CLI has nothing to do with this and...

For more context, see this issue: https://github.com/PyO3/maturin/issues/1419 Basically, Hatchling will be the backend when there is a plugin and the only thing that other package would do is build the...

In the future scenario Hatchling would be the backend with a plugin configured that would call scikit-build-core. In the final future scenario after that, scikit-build-core would remove its ability to...