summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author Jeremy Hansen <jebrhansen+github@gmail.com>2024-02-06 08:48:17 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-10 16:09:38 +0700
commit422354988d1c8688a0d9d4b62741c64e502d331a (patch)
treef08430c3cc0ae58fcf069b61be696aaac81ee23d /multimedia
parent626df26dc566e4f4d703eee54f6815d399d1375b (diff)
downloadslackbuilds-422354988d1c8688a0d9d4b62741c64e502d331a.tar.gz
slackbuilds-422354988d1c8688a0d9d4b62741c64e502d331a.tar.xz
multimedia/sickchill: Version bump to 2024.2.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/sickchill/sickchill.SlackBuild16
-rw-r--r--multimedia/sickchill/sickchill.info8
2 files changed, 18 insertions, 6 deletions
diff --git a/multimedia/sickchill/sickchill.SlackBuild b/multimedia/sickchill/sickchill.SlackBuild
index 19464ff0f0..66998c5490 100644
--- a/multimedia/sickchill/sickchill.SlackBuild
+++ b/multimedia/sickchill/sickchill.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for sickchill
-# 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=sickchill
-VERSION=${VERSION:-2023.6.27}
+VERSION=${VERSION:-2024.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -83,6 +83,18 @@ find -L . \
# Revert changes that require SQLAlchmey > 2.0 until SBo catches up
patch -p1 < $CWD/use-older-SQLAlchemy.patch
+sed -i 's|>=2.0.0,<3.0.0|<2.0.0|' pyproject.toml
+
+# Correct python module names and remove version requirements
+sed -i 's|kodipydent-alt.*|kodipydent = "\*"|' pyproject.toml
+sed -i 's|new-rtorrent-python.*|rtorrent-python = "\*"|' pyproject.toml
+sed -i 's|python-twitter.*|twitter = "\*"|' pyproject.toml
+
+# Remove ipaddress module requirement as it's been included in python since 3.3
+sed -i '/ipaddress.*/d' pyproject.toml
+
+# Remove win-inet-pton requirement as it is for Windows
+sed -i '/win-inet-pton.*/d' pyproject.toml
python3 -m build --wheel --no-isolation
python3 -m installer --destdir=$PKG dist/*.whl
diff --git a/multimedia/sickchill/sickchill.info b/multimedia/sickchill/sickchill.info
index b7cfce35c1..f835068004 100644
--- a/multimedia/sickchill/sickchill.info
+++ b/multimedia/sickchill/sickchill.info
@@ -1,10 +1,10 @@
PRGNAM="sickchill"
-VERSION="2023.6.27"
+VERSION="2024.2.2"
HOMEPAGE="https://sickchill.github.io/"
-DOWNLOAD="https://github.com/SickChill/sickchill/archive/refs/tags/2023.6.27/sickchill-2023.6.27.tar.gz"
-MD5SUM="e38394951cead23e349470c48706fa7e"
+DOWNLOAD="https://github.com/SickChill/sickchill/archive/refs/tags/2024.2.2/sickchill-2024.2.2.tar.gz"
+MD5SUM="7dc155800ee0051b49312af54ff31a69"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-PyGithub python3-ifaddr python3-cacheyou python3-tornado Unidecode python-gntp python3-kodipydent python3-cinemagoer python3-validators python-jsonrpclib python3-markdown2 subliminal twitter requests-oauthlib configobj imagesize python3-tvdbsimple python3-fanart python3-tmdbsimple python3-slugify send2trash pyOpenSSL pymediainfo python3-putio.py python3-pynma python3-deluge-client python3-qbittorrent-api python3-new-rtorrent"
+REQUIRES="python3-PyGithub python3-ifaddr python3-cacheyou python3-tornado Unidecode python-gntp python3-kodipydent python3-cinemagoer python3-validators python-jsonrpclib python3-markdown2 subliminal twitter requests-oauthlib configobj imagesize python3-tvdbsimple python3-fanart python3-tmdbsimple python3-slugify send2trash pyOpenSSL pymediainfo python3-putio.py python3-pynma python3-deluge-client python3-qbittorrent-api python3-new-rtorrent python3-timeago python3-profilehooks"
MAINTAINER="Jeremy Hansen"
EMAIL="jebrhansen+SBo@gmail.com"