aboutsummaryrefslogtreecommitdiff
path: root/python/python3-dep-logic/python3-dep-logic.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-dep-logic/python3-dep-logic.SlackBuild')
-rw-r--r--python/python3-dep-logic/python3-dep-logic.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/python/python3-dep-logic/python3-dep-logic.SlackBuild b/python/python3-dep-logic/python3-dep-logic.SlackBuild
index baac4bd3e1..afbd8bda28 100644
--- a/python/python3-dep-logic/python3-dep-logic.SlackBuild
+++ b/python/python3-dep-logic/python3-dep-logic.SlackBuild
@@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-dep-logic
-VERSION=${VERSION:-0.2.0}
+VERSION=${VERSION:-0.3.0}
SRCNAM=${SRCNAM:-dep-logic}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -65,6 +65,9 @@ find -L . \
# Fix version detection
export PDM_BUILD_SCM_VERSION=$VERSION
+# Removed forced dependency version
+sed -i 's|>=22|>=20|' pyproject.toml
+
python3 -m build --wheel --no-isolation
python3 -m installer --destdir=$PKG dist/*.whl