From 8c35141351fc4826dd3d586838e525c0e99a67ee Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Sat, 17 Jun 2023 07:42:01 +0700 Subject: python/python3-setuptools-rust-opt: Added (plugin for setuptools). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-setuptools-rust-opt/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 python/python3-setuptools-rust-opt/README (limited to 'python/python3-setuptools-rust-opt/README') diff --git a/python/python3-setuptools-rust-opt/README b/python/python3-setuptools-rust-opt/README new file mode 100644 index 0000000000..168558a39c --- /dev/null +++ b/python/python3-setuptools-rust-opt/README @@ -0,0 +1,11 @@ +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/python3.9/site-packages + +Add the following before the python3 build commands in your +Slackbuild to use this version over the stock one in 15.0: + +export PYTHONPATH=/opt/python3.9/site-packages/ -- cgit v1.2.3