From 422354988d1c8688a0d9d4b62741c64e502d331a Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Tue, 6 Feb 2024 08:48:17 -0800 Subject: multimedia/sickchill: Version bump to 2024.2.2 Signed-off-by: Willy Sudiarto Raharjo --- multimedia/sickchill/sickchill.SlackBuild | 16 ++++++++++++++-- multimedia/sickchill/sickchill.info | 8 ++++---- 2 files changed, 18 insertions(+), 6 deletions(-) (limited to 'multimedia') 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" -- cgit v1.2.3