svn commit: r423242 - in branches/2016Q4/www/py-flexget: . files
Jan Beich
jbeich at FreeBSD.org
Tue Oct 4 07:51:50 UTC 2016
Author: jbeich
Date: Tue Oct 4 07:51:49 2016
New Revision: 423242
URL: https://svnweb.freebsd.org/changeset/ports/423242
Log:
MFH: r423241
www/py-flexget: unbreak after r423025
===> py27-flexget-2.2.22,1 depends on package: py27-dateutil<=2.5.2 - not found
Reported by: pkg-fallout
Approved by: ports-secteam blanket
Modified:
branches/2016Q4/www/py-flexget/Makefile
branches/2016Q4/www/py-flexget/files/patch-requirements.txt
Directory Properties:
branches/2016Q4/ (props changed)
Modified: branches/2016Q4/www/py-flexget/Makefile
==============================================================================
--- branches/2016Q4/www/py-flexget/Makefile Tue Oct 4 07:48:16 2016 (r423241)
+++ branches/2016Q4/www/py-flexget/Makefile Tue Oct 4 07:51:49 2016 (r423242)
@@ -3,6 +3,7 @@
PORTNAME= flexget
PORTVERSION= 2.2.22
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
@@ -32,7 +33,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feed
${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 \
Modified: branches/2016Q4/www/py-flexget/files/patch-requirements.txt
==============================================================================
--- branches/2016Q4/www/py-flexget/files/patch-requirements.txt Tue Oct 4 07:48:16 2016 (r423241)
+++ branches/2016Q4/www/py-flexget/files/patch-requirements.txt Tue Oct 4 07:51:49 2016 (r423242)
@@ -1,11 +1,6 @@
---- 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
More information about the svn-ports-branches
mailing list