Henry Schreiner
Henry Schreiner
We are planning to write an extensions PEP & add support to the extensionlib library, probably around end of the year or next. Awkward will need this form when Rust...
Another feature that this might be able to provide is the ability to use warn_unreachable & used ignores together in a multiplatform codebase. Simply placing a `sys.platform` or check breaks...
See https://twitter.com/HenrySchreiner3/status/1403442566109007874/retweets/with_comments 😍 For the problem of dev dependencies, there's no problem with also allowing `tool.poetry` as well. So what about adding a new mode in addition to the normal...
Update: self referencing now works in pip (21.2+, actually). Also, Flit, trampolim, and whey all support PEP 621 metadata.
https://github.com/pypa/pip/issues/10393
Yes, this was seen by @kratsg shortly after 64 was released. That's a fine workaround until we figure out what needs to be done to support the new editable mode....
I believe this requires implementing `get_output` and `get_output_mapping`. This is something the current scikit-build can't produce, since it delegates the build to CMake, and has no idea about what is...
See [cmake-python-distributions](https://github.com/scikit-build/cmake-python-distributions) or [clang-format-wheel](https://github.com/ssciwr/clang-format-wheel) for examples of projects doing this.
What's the status of this?
I'm guessing this is https://github.com/pybind/pybind11/issues/4105.