aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-setuptools-rust
Commit message (Collapse)AuthorAge
* python-setuptools-rust: Update to 1.8.1, remove patchJeffery To2023-11-02
| | | | | | | | | 0001-Allow-profile-to-be-set-by-SETUPTOOLS_RUST_CARGO_PROFILE-env-variable.patch has been merged in this version. This also updates the list of dependencies for the package. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-setuptools-rust: Set cargo profile from environment variableJeffery To2023-10-11
| | | | | | | | | | | This adds a patch (submitted upstream in https://github.com/PyO3/setuptools-rust/pull/364), to read the profile to pass to cargo from an environment variable. This also updates the Python include files to set the environment variable based on values from rust-values.mk. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-setuptools-rust: Add new host-only packageJeffery To2023-09-27
From the README: setuptools-rust is a plugin for setuptools to build Rust Python extensions implemented with PyO3 or rust-cpython. Signed-off-by: Jeffery To <jeffery.to@gmail.com>