Subject: CVS commit: pkgsrc/devel/py-setuptools-rust
From: Adam Ciarcinski
Date: 2022-07-05 10:12:00
Message id: 20220705081200.C354AFB1A@cvs.NetBSD.org

Log Message:
py-setuptools-rust: updated to 1.4.0

1.4.0 (2022-07-05)

Packaging
- Increase minimum `setuptools` version to 62.4.

Added
- Add `cargo_manifest_args` to support locked, frozen and offline builds.
- Add `RustBin` for packaging binaries in scripts data directory.

Changed
- `Exec` binding `RustExtension` with `script=True` is deprecated in favor of \ 
`RustBin`.
- Errors while calling `cargo metadata` are now reported back to the user
- `quiet` option will now suppress output of `cargo metadata`.
- `setuptools-rust` will now match `cargo` behavior of not setting `--target` \ 
when the selected target is the rust host.
- Deprecate `native` option of `RustExtension`.

Fixed
- If the sysconfig for `BLDSHARED` has no flags, `setuptools-rust` won't crash \ 
anymore.

Files:
RevisionActionfile
1.7modifypkgsrc/devel/py-setuptools-rust/Makefile
1.3modifypkgsrc/devel/py-setuptools-rust/PLIST
1.6modifypkgsrc/devel/py-setuptools-rust/distinfo
1.1addpkgsrc/devel/py-setuptools-rust/patches/patch-setuptools__rust_rustc__info.py