Index: branches/2016Q4/www/py-flexget/Makefile =================================================================== --- branches/2016Q4/www/py-flexget/Makefile (revision 423241) +++ branches/2016Q4/www/py-flexget/Makefile (revision 423242) @@ -1,50 +1,51 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= flexget PORTVERSION= 2.2.22 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= FlexGet-${PORTVERSION} MAINTAINER= wg@FreeBSD.org COMMENT= Program to automate downloading from different sources LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=5.2.1:textproc/py-feedparser \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=1.0.13:databases/py-sqlalchemy10 \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5:www/py-beautifulsoup \ ${PYTHON_PKGNAMEPREFIX}html5lib>=0.11:www/py-html5lib \ ${PYTHON_PKGNAMEPREFIX}rss2gen>0:textproc/py-rss2gen \ ${PYTHON_PKGNAMEPREFIX}pynzb>0:news/py-pynzb \ ${PYTHON_PKGNAMEPREFIX}progressbar>0:misc/py-progressbar \ ${PYTHON_PKGNAMEPREFIX}rpyc>0:devel/py-RPyC \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}Flask>=0.7:www/py-flask \ ${PYTHON_PKGNAMEPREFIX}Flask-RESTful>=0.3.3:www/py-flask-restful \ ${PYTHON_PKGNAMEPREFIX}flask-restplus08=0.8.6:www/py-flask-restplus08 \ ${PYTHON_PKGNAMEPREFIX}Flask-Cors>=2.1.2:www/py-flask-cors \ ${PYTHON_PKGNAMEPREFIX}Flask-Compress>=1.2.1:www/py-flask-compress \ ${PYTHON_PKGNAMEPREFIX}Flask-Login>=0.3.2:www/py-flask-login \ ${PYTHON_PKGNAMEPREFIX}cherrypy>=3.7.0:www/py-cherrypy \ ${PYTHON_PKGNAMEPREFIX}requests>=2.8.0:www/py-requests \ - ${PYTHON_PKGNAMEPREFIX}dateutil<=2.5.2:devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=2.5.2:devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.0:devel/py-jsonschema \ ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.3:devel/py-pyparsing \ ${PYTHON_PKGNAMEPREFIX}safe>=0.4:security/py-safe \ ${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future \ ${PYTHON_PKGNAMEPREFIX}apscheduler>=3.2.0:devel/py-apscheduler \ ${PYTHON_PKGNAMEPREFIX}guessit>=2.0.4:multimedia/py-guessit \ ${PYTHON_PKGNAMEPREFIX}path.py>=8.1.1:devel/py-path.py \ ${PYTHON_PKGNAMEPREFIX}pathlib>=1.0:devel/py-pathlib \ ${PYTHON_PKGNAMEPREFIX}plumbum>=1.2:sysutils/py-plumbum NO_ARCH= yes USES= python:2.7+ USE_PYTHON= autoplist distutils .include Index: branches/2016Q4/www/py-flexget/files/patch-requirements.txt =================================================================== --- branches/2016Q4/www/py-flexget/files/patch-requirements.txt (revision 423241) +++ branches/2016Q4/www/py-flexget/files/patch-requirements.txt (revision 423242) @@ -1,16 +1,11 @@ ---- requirements.txt.orig 2016-07-15 06:12:13 UTC +--- requirements.txt.orig 2016-08-14 10:12:26 UTC +++ requirements.txt -@@ -15,11 +15,11 @@ jinja2 - # There is a bug in requests 2.4.0 where it leaks urllib3 exceptions - requests>=2.8.0, <3.0 - #Guessit requires python-dateutil<=2.5.2 --python-dateutil>=2.5.2 -+python-dateutil<=2.5.2 +@@ -16,7 +16,7 @@ python-dateutil>=2.5.2 jsonschema>=2.0 path.py>=8.1.1 pathlib>=1.0 -guessit<=2.0.4 +guessit>=2.0.4 apscheduler>=3.2.0 # WebUI Requirements cherrypy>=3.7.0 Index: branches/2016Q4 =================================================================== --- branches/2016Q4 (revision 423241) +++ branches/2016Q4 (revision 423242) Property changes on: branches/2016Q4 ___________________________________________________________________ Added: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r423241