aboutsummaryrefslogtreecommitdiff
path: root/python/python3-qbittorrent-api
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2024-02-05 13:41:17 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-07 23:27:44 +0700
commit4296b27c035e9f6ef61b0461cbef0085ceb6a926 (patch)
tree3f02683a9e345855eb13b58cb4947f36f6de8283 /python/python3-qbittorrent-api
parent95bf71b8b09f063a9bccb8896d456d08a58176da (diff)
python/python3-qbittorrent-api: Version bump to 2024.1.58
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-qbittorrent-api')
-rw-r--r--python/python3-qbittorrent-api/README4
-rw-r--r--python/python3-qbittorrent-api/python3-qbittorrent-api.SlackBuild7
-rw-r--r--python/python3-qbittorrent-api/python3-qbittorrent-api.info8
3 files changed, 9 insertions, 10 deletions
diff --git a/python/python3-qbittorrent-api/README b/python/python3-qbittorrent-api/README
index 11bf7b07cec08..84fa40628520e 100644
--- a/python/python3-qbittorrent-api/README
+++ b/python/python3-qbittorrent-api/README
@@ -7,7 +7,3 @@ required to be functional. Rather than adding all the dependencies of
qbittorrent itself, qbittorrent will not be added to REQUIRES line. If
you need qbittorrent support with this module, you will need to install
qbittorent itself.
-
-ALSO NOTE: Unable to update to newer versions. Needs setuptools>=67 and
-setuptools-scm>=8, which is not currently available on 15.0 or SBo's
-packages.
diff --git a/python/python3-qbittorrent-api/python3-qbittorrent-api.SlackBuild b/python/python3-qbittorrent-api/python3-qbittorrent-api.SlackBuild
index e3028ef83c81b..ac9f63953dc25 100644
--- a/python/python3-qbittorrent-api/python3-qbittorrent-api.SlackBuild
+++ b/python/python3-qbittorrent-api/python3-qbittorrent-api.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-qbittorrent-api
-# Copyright 2023 Jeremy Hansen jebrhansen+SBo@gmail.com
+# Copyright 2023-2024 Jeremy Hansen jebrhansen+SBo@gmail.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-qbittorrent-api
-VERSION=${VERSION:-2023.10.54}
+VERSION=${VERSION:-2024.1.58}
SRCNAM=${SRCNAM:-qbittorrent-api}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -62,6 +62,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+export PYTHONPATH=/opt/python3.9/site-packages/
+export SETUPTOOLS_SCM_PRETEND_VERSION=$VERSION
+
python3 -m build --wheel --no-isolation
python3 -m installer --destdir=$PKG dist/*.whl
diff --git a/python/python3-qbittorrent-api/python3-qbittorrent-api.info b/python/python3-qbittorrent-api/python3-qbittorrent-api.info
index ba5c36fa489ab..b67cb874b3c5e 100644
--- a/python/python3-qbittorrent-api/python3-qbittorrent-api.info
+++ b/python/python3-qbittorrent-api/python3-qbittorrent-api.info
@@ -1,10 +1,10 @@
PRGNAM="python3-qbittorrent-api"
-VERSION="2023.10.54"
+VERSION="2024.1.58"
HOMEPAGE="https://qbittorrent-api.readthedocs.io/"
-DOWNLOAD="https://github.com/rmartin16/qbittorrent-api/archive/refs/tags/v2023.10.54/qbittorrent-api-2023.10.54.tar.gz"
-MD5SUM="70416f40eb7a119d014dfa18b6d5db56"
+DOWNLOAD="https://github.com/rmartin16/qbittorrent-api/archive/refs/tags/v2024.1.58/qbittorrent-api-2024.1.58.tar.gz"
+MD5SUM="28104e7c2d6879dde26a9884a2d23b32"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-build python3-wheel"
+REQUIRES="python3-setuptools-scm-opt"
MAINTAINER="Jeremy Hansen"
EMAIL="jebrhansen+SBo@gmail.com"