pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

subliminal: adjust DEPENDS pattern



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Feb 12 14:39:17 2017 +0100
Changeset:	8e9eb026140aa21d8a7edcdd943fa193b92c5367

Modified Files:
	subliminal/Makefile

Log Message:
subliminal: adjust DEPENDS pattern

Follow more strictly required versions in setup.py (and relax minimum version
needed).

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8e9eb026140aa21d8a7edcdd943fa193b92c5367

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 subliminal/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/subliminal/Makefile b/subliminal/Makefile
index 2d588e8a3b..d79980ee11 100644
--- a/subliminal/Makefile
+++ b/subliminal/Makefile
@@ -10,19 +10,19 @@ COMMENT=	Video subtitles downloader
 LICENSE=	mit
 
 DEPENDS+=	${PYPKGPREFIX}-appdirs>=1.3:../../devel/py-appdirs
-DEPENDS+=	${PYPKGPREFIX}-babelfish>=0.5.5:../../wip/py-babelfish
+DEPENDS+=	${PYPKGPREFIX}-babelfish>=0.5.2:../../wip/py-babelfish
 DEPENDS+=	${PYPKGPREFIX}-beautifulsoup4>=4.4.0:../../www/py-beautifulsoup4
 DEPENDS+=	${PYPKGPREFIX}-chardet>=2.3.0:../../converters/py-chardet
 DEPENDS+=	${PYPKGPREFIX}-click>=4.0:../../devel/py-click
-DEPENDS+=	${PYPKGPREFIX}-dogpile-cache>=0.6.2:../../wip/py-dogpile-cache
+DEPENDS+=	${PYPKGPREFIX}-dogpile-cache>=0.6.0:../../wip/py-dogpile-cache
 DEPENDS+=	${PYPKGPREFIX}-enzyme>=0.4.1:../../wip/py-enzyme
-DEPENDS+=	${PYPKGPREFIX}-pysrt>=1.1.1:../../wip/py-pysrt
+DEPENDS+=	${PYPKGPREFIX}-pysrt>=1.0.1:../../wip/py-pysrt
 DEPENDS+=	${PYPKGPREFIX}-pytz>=2012c:../../time/py-pytz
-DEPENDS+=	${PYPKGPREFIX}-rarfile>=3.0:../../wip/py-rarfile
+DEPENDS+=	${PYPKGPREFIX}-rarfile>=2.7:../../wip/py-rarfile
 DEPENDS+=	${PYPKGPREFIX}-requests>=2.0:../../devel/py-requests
 DEPENDS+=	${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
 DEPENDS+=	${PYPKGPREFIX}-stevedore>=1.0.0:../../wip/py-stevedore
-DEPENDS+=	guessit>=2.1.1:../../wip/guessit
+DEPENDS+=	guessit>=2.0.1:../../wip/guessit
 
 .include "../../lang/python/egg.mk"
 


Home | Main Index | Thread Index | Old Index