Henry Schreiner
Henry Schreiner
Same need in scikit-build-core: https://github.com/scikit-build/scikit-build-core/pull/896
IMO, we should change the docstring for now, and not add this until after working on any reworks planned, like #631 or https://github.com/wntrblm/nox/issues/167#issuecomment-2040967680, as it might complicate those. Long term,...
Thanks for getting to this, @mayeut! Still working though a messaging backlog. Maybe you are using Scikit-Build? I don't think we've worked through the details there yet, ideally it should...
> The question is, should allow any arbitrary tags or should they be checked against the list of supported tags? @brettcannon or @pfmoore might have opinions here? Hard for me...
> In that case I will defer my work on pypa/wheel#161 and look into implementing pypa/wheel#407 instead. For implementing pypa/wheel#407, be sure to look at https://github.com/scikit-build/cmake-python-distributions/blob/master/scripts/convert_to_generic_platform_wheel.py and/or https://github.com/scikit-build/ninja-python-distributions/blob/master/scripts/convert_to_generic_platform_wheel.py (which should...
Generally, ARCHFLAGS should be set correctly, and if so, I think the wheels come out with the correct names? If you are using CMake, you should either use scikit-build 0.12,...
> My case is that I have libraries built completely outside of setup.py's view because the build system is too complicated This is exactly the sort of thing pypa/wheel#407 would...
"universal" in bdist_wheel refers to pure Python wheels that support Python 2 and Python 3 at the same time, it's a historical option that has nothing to do with universal2,...
```bash wheel tags --platform-tag=macosx_11_0_arm64 --remove ``` is a "correct" fix that handles the dist-info. It's a bit of a hack; I think it's because you aren't handling the compiling correctly...
This is set by cibuildwheel, and is respected by most build backends, including setuptools of course, but also scikit-build-core, meson-python, and maturin, at least. So I don't think it can...