Date: Fri, 9 Sep 2016 09:32:11 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421605 - in head/www/py-flexget: . files Message-ID: <201609090932.u899WBeD007718@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Sep 9 09:32:11 2016 New Revision: 421605 URL: https://svnweb.freebsd.org/changeset/ports/421605 Log: 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 Modified: head/www/py-flexget/Makefile (contents, props changed) head/www/py-flexget/distinfo (contents, props changed) head/www/py-flexget/files/patch-requirements.txt (contents, props changed) Modified: head/www/py-flexget/Makefile ============================================================================== --- head/www/py-flexget/Makefile Fri Sep 9 09:11:42 2016 (r421604) +++ head/www/py-flexget/Makefile Fri Sep 9 09:32:11 2016 (r421605) @@ -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}feed ${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 Modified: head/www/py-flexget/distinfo ============================================================================== --- head/www/py-flexget/distinfo Fri Sep 9 09:11:42 2016 (r421604) +++ head/www/py-flexget/distinfo Fri Sep 9 09:32:11 2016 (r421605) @@ -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 Modified: head/www/py-flexget/files/patch-requirements.txt ============================================================================== --- head/www/py-flexget/files/patch-requirements.txt Fri Sep 9 09:11:42 2016 (r421604) +++ head/www/py-flexget/files/patch-requirements.txt Fri Sep 9 09:32:11 2016 (r421605) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609090932.u899WBeD007718>