diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-09-09 17:32:11 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-09-09 17:32:11 +0800 |
commit | 3994929ede433e4743f5abfa892c74ee947f4f16 (patch) | |
tree | f01c1ebe6f69c1a520f17b5d48985a4015317ff5 | |
parent | d32aeaa3fc8c673e4f01f4d34173d7fe51a0c129 (diff) | |
download | freebsd-ports-gnome-3994929ede433e4743f5abfa892c74ee947f4f16.tar.gz freebsd-ports-gnome-3994929ede433e4743f5abfa892c74ee947f4f16.tar.zst freebsd-ports-gnome-3994929ede433e4743f5abfa892c74ee947f4f16.zip |
www/py-flexget: update to 2.2.22
2.3.0 starts to require the following (not ported yet)
terminaltables>=3.0.0
colorclass>=2.2.0
Changes: https://github.com/Flexget/Flexget/compare/2.1.15...2.2.22
-rw-r--r-- | www/py-flexget/Makefile | 6 | ||||
-rw-r--r-- | www/py-flexget/distinfo | 6 | ||||
-rw-r--r-- | www/py-flexget/files/patch-requirements.txt | 9 |
3 files changed, 6 insertions, 15 deletions
diff --git a/www/py-flexget/Makefile b/www/py-flexget/Makefile index 3101a4a638d1..95dbf79ef7bc 100644 --- a/www/py-flexget/Makefile +++ b/www/py-flexget/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= flexget -PORTVERSION= 2.1.15 -PORTREVISION= 1 +PORTVERSION= 2.2.22 PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP @@ -18,7 +17,7 @@ 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.2.0:www/py-beautifulsoup \ + ${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 \ @@ -44,6 +43,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=5.2.1:textproc/py-feedparser \ ${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 diff --git a/www/py-flexget/distinfo b/www/py-flexget/distinfo index d94b9db10de8..0e0b5c924bb5 100644 --- a/www/py-flexget/distinfo +++ b/www/py-flexget/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1468832032 -SHA256 (FlexGet-2.1.15.tar.gz) = 3fe549d83b7c98297fb5f8a29be61521d5e5a11068e3ce81fd6cbd231d04ed43 -SIZE (FlexGet-2.1.15.tar.gz) = 2270520 +TIMESTAMP = 1473409421 +SHA256 (FlexGet-2.2.22.tar.gz) = d6ea4d6ee1b910dd30445e340c3080775babb818981f026878795cfdfa2b2182 +SIZE (FlexGet-2.2.22.tar.gz) = 2353961 diff --git a/www/py-flexget/files/patch-requirements.txt b/www/py-flexget/files/patch-requirements.txt index eb589b743ae8..126ac2bf9cde 100644 --- a/www/py-flexget/files/patch-requirements.txt +++ b/www/py-flexget/files/patch-requirements.txt @@ -1,14 +1,5 @@ --- 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 |