From f174bcd0a374a8ada97b3fce98868c239cbb9906 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Sat, 18 Jan 2025 12:36:08 -0700 Subject: python/python3-setuptools-git-versioning: Updated for version 2.1.0. Signed-off-by: Willy Sudiarto Raharjo --- python/python3-setuptools-git-versioning/README | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'python/python3-setuptools-git-versioning/README') 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 + -- cgit v1.2.3