aboutsummaryrefslogtreecommitdiff
path: root/python/python3-setuptools-rust-opt/README
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-06-17 07:42:01 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-17 07:42:01 +0700
commit8c35141351fc4826dd3d586838e525c0e99a67ee (patch)
tree5cf77155fb7ed46d69d9949bf9ca33737136a697 /python/python3-setuptools-rust-opt/README
parent98f7ef6b7f9c906814617fa599c01dd1d2e77c9a (diff)
python/python3-setuptools-rust-opt: Added (plugin for setuptools).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-setuptools-rust-opt/README')
-rw-r--r--python/python3-setuptools-rust-opt/README11
1 files changed, 11 insertions, 0 deletions
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/