aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-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 11bf7b07ce..84fa406285 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 e3028ef83c..ac9f63953d 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 ba5c36fa48..b67cb874b3 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"