summaryrefslogtreecommitdiffstats
path: root/python/python3-setuptools-scm-opt/README
diff options
context:
space:
mode:
author Matteo Bernardini2024-06-03 15:12:24 +0200
committer Matteo Bernardini2024-06-03 15:12:24 +0200
commit3500d7c97b18f2657302d7865d6380874585c6f6 (patch)
tree16e69264e62670d1fcd344a37cd6cafb4ce68faf /python/python3-setuptools-scm-opt/README
parenta0d1ab69c9963cb2cc62703291fae30c09d35fea (diff)
downloadslackbuilds-current.tar.gz
20240603.1 global branch merge.current-20240603.1current
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/python3-setuptools-scm-opt/README')
-rw-r--r--python/python3-setuptools-scm-opt/README17
1 files changed, 0 insertions, 17 deletions
diff --git a/python/python3-setuptools-scm-opt/README b/python/python3-setuptools-scm-opt/README
deleted file mode 100644
index 9affc3e333..0000000000
--- a/python/python3-setuptools-scm-opt/README
+++ /dev/null
@@ -1,17 +0,0 @@
-python3-setuptools-scm-opt (setuptools-scm installed to /opt)
-
-setuptools_scm extracts Python package versions from git or hg
-metadata instead of declaring them as the version argument or in a SCM
-managed file.
-
-# Build your package with this version to fix errors like the following:
-ImportError: cannot import name '__version__' from ...
-
-NOTE:
-Installs to /opt/python$PYVER/site-packages
-
-Add the following before the python3 build commands in your
-Slackbuild to use this version over the stock one in 15.0:
-
-PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
-export PYTHONPATH=/opt/python$PYVER/site-packages