pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
sabnzbd: use the python3-only feedparser>=6.
Module Name: pkgsrc-wip
Committed By: Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By: rhialto
Date: Sat Jan 8 14:50:43 2022 +0100
Changeset: 8a69f6a8514e0ce3f31ab13698465d82afbcb82b
Modified Files:
sabnzbd/Makefile
sabnzbd/options.mk
Log Message:
sabnzbd: use the python3-only feedparser>=6.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8a69f6a8514e0ce3f31ab13698465d82afbcb82b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
sabnzbd/Makefile | 1 +
sabnzbd/options.mk | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diffs:
diff --git a/sabnzbd/Makefile b/sabnzbd/Makefile
index db56fc86b3..9ab029c211 100644
--- a/sabnzbd/Makefile
+++ b/sabnzbd/Makefile
@@ -2,6 +2,7 @@
DISTNAME= sabnzbd-${DISTVERSION}
DISTVERSION= 3.4.2
+PKGREVISION= 1
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_GITHUB:=sabnzbd/}
GITHUB_PROJECT= sabnzbd
diff --git a/sabnzbd/options.mk b/sabnzbd/options.mk
index ff78ae041f..767aa9a3cc 100644
--- a/sabnzbd/options.mk
+++ b/sabnzbd/options.mk
@@ -13,7 +13,7 @@ PKG_SUGGESTED_OPTIONS= feedparser openssl
### feedparser support
###
.if !empty(PKG_OPTIONS:Mfeedparser)
-DEPENDS+= ${PYPKGPREFIX}-feedparser<6.0.0:../../textproc/py-feedparser5
+DEPENDS+= ${PYPKGPREFIX}-feedparser>=6.0.0:../../textproc/py-feedparser
.endif
###
Home |
Main Index |
Thread Index |
Old Index