aboutsummaryrefslogtreecommitdiff
path: root/www/py-flexget
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-09-09 09:11:42 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-09-09 09:11:42 +0000
commitb81a8c21f9b2268a6f14101314f4cddae5e093c0 (patch)
tree0a8bf50500bd3e4d2503fff69f066404e61da522 /www/py-flexget
parentcd8e40e764b617ea1bfbca87fe3d2e8b370c599a (diff)
downloadports-b81a8c21f9b2268a6f14101314f4cddae5e093c0.tar.gz
ports-b81a8c21f9b2268a6f14101314f4cddae5e093c0.zip
Notes
Diffstat (limited to 'www/py-flexget')
-rw-r--r--www/py-flexget/Makefile1
-rw-r--r--www/py-flexget/files/patch-requirements.txt9
2 files changed, 10 insertions, 0 deletions
diff --git a/www/py-flexget/Makefile b/www/py-flexget/Makefile
index 985d83d58c14..3101a4a638d1 100644
--- a/www/py-flexget/Makefile
+++ b/www/py-flexget/Makefile
@@ -3,6 +3,7 @@
PORTNAME= flexget
PORTVERSION= 2.1.15
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
diff --git a/www/py-flexget/files/patch-requirements.txt b/www/py-flexget/files/patch-requirements.txt
index 126ac2bf9cde..eb589b743ae8 100644
--- a/www/py-flexget/files/patch-requirements.txt
+++ b/www/py-flexget/files/patch-requirements.txt
@@ -1,5 +1,14 @@
--- requirements.txt.orig 2016-07-15 06:12:13 UTC
+++ requirements.txt
+@@ -3,7 +3,7 @@ FeedParser>=5.2.1
+ SQLAlchemy >=0.7.5, !=0.9.0, <1.999
+ PyYAML
+ # There is a bug in beautifulsoup 4.2.0 that breaks imdb parsing, see http://flexget.com/ticket/2091
+-beautifulsoup4>=4.1, !=4.2.0, <4.5
++beautifulsoup4>=4.1, !=4.2.0
+ # Beautifulsoup4 does not work with later versions of html5lib as of bs4 4.4.1 and html5lib>=0.99999999
+ # (note the number of 9s, html5lib versions are stupid) https://bugs.launchpad.net/bugs/1603299
+ html5lib>=0.11, <=0.9999999
@@ -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