aboutsummaryrefslogtreecommitdiff
path: root/python/python3-setuptools-git-versioning/README
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2025-01-18 12:36:08 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-01-25 09:03:41 +0700
commitf174bcd0a374a8ada97b3fce98868c239cbb9906 (patch)
treeb705d846a5e699929194762da05ccca06a001afc /python/python3-setuptools-git-versioning/README
parent640f10bfdca170a21d6a82ad9e6b40a4942a392c (diff)
python/python3-setuptools-git-versioning: Updated for version 2.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-setuptools-git-versioning/README')
-rw-r--r--python/python3-setuptools-git-versioning/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python3-setuptools-git-versioning/README b/python/python3-setuptools-git-versioning/README
index c21cdfa783..1b326e7684 100644
--- a/python/python3-setuptools-git-versioning/README
+++ b/python/python3-setuptools-git-versioning/README
@@ -9,3 +9,11 @@ Features:
* Templates support a lot of substitutions including git and
environment information
* Well-documented
+
+NOTE: Will need to have PYTHONPATH set to use as slackware's tomli
+ package is too old and may cause problems. It will need to see
+ python3-tomli-opt. (only needed for python <3.11)
+
+PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
+export PYTHONPATH=/opt/python$PYVER/site-packages
+