From owner-svn-ports-head@freebsd.org Fri Sep 9 09:11:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC2C6BD12D1; Fri, 9 Sep 2016 09:11:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A73319AF; Fri, 9 Sep 2016 09:11:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u899BgOR097090; Fri, 9 Sep 2016 09:11:42 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u899BgWT097088; Fri, 9 Sep 2016 09:11:42 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201609090911.u899BgWT097088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 9 Sep 2016 09:11:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421604 - in head/www/py-flexget: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2016 09:11:44 -0000 Author: jbeich Date: Fri Sep 9 09:11:42 2016 New Revision: 421604 URL: https://svnweb.freebsd.org/changeset/ports/421604 Log: www/py-flexget: unbreak after r420813 $ flexget Traceback (most recent call last): File "/usr/local/bin/flexget", line 5, in from pkg_resources import load_entry_point File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2927, in @_call_aside File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2913, in _call_aside f(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2940, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 637, in _build_master return cls._build_from_requirements(__requires__) File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 650, in _build_from_requirements dists = ws.resolve(reqs, Environment()) File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 829, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'beautifulsoup4!=4.2.0,<4.5,>=4.1' distribution was not found and is required by FlexGet Approved by: portmgr blanket Modified: head/www/py-flexget/Makefile (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:06:44 2016 (r421603) +++ head/www/py-flexget/Makefile Fri Sep 9 09:11:42 2016 (r421604) @@ -3,6 +3,7 @@ PORTNAME= flexget PORTVERSION= 2.1.15 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP Modified: head/www/py-flexget/files/patch-requirements.txt ============================================================================== --- head/www/py-flexget/files/patch-requirements.txt Fri Sep 9 09:06:44 2016 (r421603) +++ head/www/py-flexget/files/patch-requirements.txt Fri Sep 9 09:11:42 2016 (r421604) @@ -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