Path to this page:
Subject: CVS commit: pkgsrc/devel/py-setuptools-rust
From: Adam Ciarcinski
Date: 2022-08-10 15:53:25
Message id: 20220810135325.572FBFB1A@cvs.NetBSD.org
Log Message:
py-setuptools-rust: updated to 1.5.0
1.5.0
Added
- Add support for extension modules built for wasm32-unknown-emscripten with Pyodide.
Changed
- Locate cdylib artifacts by handling messages from cargo instead of searching \
target dir (fixes build on MSYS2).
- No longer guess cross-compile environment using `HOST_GNU_TYPE` / \
`BUILD_GNU_TYPE` sysconfig variables.
Fixed
- Fix RustBin build without wheel.
- Fix RustBin setuptools install
Files: