slackbuilds/python/python3-setuptools-rust-opt
fourtysixandtwo fecdd6ea8c
python/python3-setuptools-rust-opt: Fix slack-desc.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-04-13 22:04:04 +07:00
..
README python/python3-setuptools-rust-opt: Fix build on current. 2024-04-05 15:18:07 +07:00
python3-setuptools-rust-opt.SlackBuild python/python3-setuptools-rust-opt: Fix build on current. 2024-04-05 15:18:07 +07:00
python3-setuptools-rust-opt.info python/python3-setuptools-rust-opt: Updated for version 1.9.0. 2024-03-02 09:19:53 +07:00
slack-desc python/python3-setuptools-rust-opt: Fix slack-desc. 2024-04-13 22:04:04 +07:00

README

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