- Accept path to bin/python or bin/python3 in addition to install root for specifying python installation to patch.
- Add the following to default variables updated for compiler name (from clang to cc):
BLDSHARED
,LDSHARED
,LDCXXSHARED
,LINKCC
- Support macos (fix fdatasync call that was not supported)
- Replace clang in CXX variable too and tweak how it was replaced in CC
- Update pyproject.toml to use uv instead of rye for project management
- Initial release