aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-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"