diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-10-04 15:48:16 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-10-04 15:48:16 +0800 |
commit | 9dd05ab331612a04d21dc407b4f4942b7db20fb4 (patch) | |
tree | a9283e3c34aeae83b36ee883741eebf90e242d25 /www | |
parent | f06f5a29e291cc197c7df874ce1eb51ddde6482f (diff) | |
download | freebsd-ports-gnome-9dd05ab331612a04d21dc407b4f4942b7db20fb4.tar.gz freebsd-ports-gnome-9dd05ab331612a04d21dc407b4f4942b7db20fb4.tar.zst freebsd-ports-gnome-9dd05ab331612a04d21dc407b4f4942b7db20fb4.zip |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/py-flexget/Makefile | 3 | ||||
-rw-r--r-- | www/py-flexget/files/patch-requirements.txt | 9 |
2 files changed, 4 insertions, 8 deletions
diff --git a/www/py-flexget/Makefile b/www/py-flexget/Makefile index 95dbf79ef7bc..8055302e2f79 100644 --- a/www/py-flexget/Makefile +++ b/www/py-flexget/Makefile @@ -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}feedparser>=5.2.1:textproc/py-feedparser \ ${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 \ diff --git a/www/py-flexget/files/patch-requirements.txt b/www/py-flexget/files/patch-requirements.txt index 126ac2bf9cde..e8a03570bac4 100644 --- a/www/py-flexget/files/patch-requirements.txt +++ b/www/py-flexget/files/patch-requirements.txt @@ -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 |