slackbuilds_ponce/python/python3-setuptools-rust-opt
fourtysixandtwo 9ca3bc62eb
python/python3-setuptools-rust-opt: Updated for version 1.10.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-09-14 23:36:57 +07:00
..
python3-setuptools-rust-opt.info
python3-setuptools-rust-opt.SlackBuild
README
slack-desc

python3-setuptools-rust-opt (setuptools-rust installed to /opt)

setuptools-rust is a plugin for setuptools to build Rust Python
extensions implemented with PyO3 or rust-cpython.

Installs to /opt/python$PYVER/site-packages

Add the following before the python3 build commands in your
Slackbuild to use this version.:

PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages