aboutsummaryrefslogtreecommitdiff
path: root/python/python3-dep-logic
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2024-06-28 17:17:52 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-06-29 07:37:14 +0700
commit21df05fe918c16edec274e6b8afeadca00effbff (patch)
tree95c35aca5294e08585f79f57743decb2876bcbbc /python/python3-dep-logic
parentecdca0622217ca4fb5178fb60b6359111f428f43 (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')
-rw-r--r--python/python3-dep-logic/python3-dep-logic.SlackBuild5
-rw-r--r--python/python3-dep-logic/python3-dep-logic.info6
2 files changed, 7 insertions, 4 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
diff --git a/python/python3-dep-logic/python3-dep-logic.info b/python/python3-dep-logic/python3-dep-logic.info
index 8b897e2d92..68f25d96b1 100644
--- a/python/python3-dep-logic/python3-dep-logic.info
+++ b/python/python3-dep-logic/python3-dep-logic.info
@@ -1,8 +1,8 @@
PRGNAM="python3-dep-logic"
-VERSION="0.2.0"
+VERSION="0.3.0"
HOMEPAGE="https://github.com/pdm-project/dep-logic/"
-DOWNLOAD="https://github.com/pdm-project/dep-logic/archive/refs/tags/0.2.0/dep-logic-0.2.0.tar.gz"
-MD5SUM="6273b775daef50be942117392c8b8af2"
+DOWNLOAD="https://github.com/pdm-project/dep-logic/archive/refs/tags/0.3.0/dep-logic-0.3.0.tar.gz"
+MD5SUM="5fe79972ce4eb18e3b48f285b92b6c26"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-pdm-backend"