diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-06-28 17:17:52 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-29 07:37:14 +0700 |
commit | 21df05fe918c16edec274e6b8afeadca00effbff (patch) | |
tree | 95c35aca5294e08585f79f57743decb2876bcbbc /python/python3-dep-logic/python3-dep-logic.SlackBuild | |
parent | ecdca0622217ca4fb5178fb60b6359111f428f43 (diff) |
python/python3-dep-logic: Version bump to 0.3.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-dep-logic/python3-dep-logic.SlackBuild')
-rw-r--r-- | python/python3-dep-logic/python3-dep-logic.SlackBuild | 5 |
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 |