Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jul 2016 16:32:22 +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: r418328 - in head/www/py-flexget: . files
Message-ID:  <201607101632.u6AGWMCe035605@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Jul 10 16:32:22 2016
New Revision: 418328
URL: https://svnweb.freebsd.org/changeset/ports/418328

Log:
  www/py-flexget: unbreak runtime after r401600 and r401602
  
  PR:		204729
  Submitted by:	koobs
  Approved by:	portmgr's bustage blanket

Added:
  head/www/py-flexget/files/
  head/www/py-flexget/files/patch-pavement.py   (contents, props changed)
Modified:
  head/www/py-flexget/Makefile   (contents, props changed)

Modified: head/www/py-flexget/Makefile
==============================================================================
--- head/www/py-flexget/Makefile	Sun Jul 10 15:35:23 2016	(r418327)
+++ head/www/py-flexget/Makefile	Sun Jul 10 16:32:22 2016	(r418328)
@@ -3,6 +3,7 @@
 
 PORTNAME=	flexget
 PORTVERSION=	1.2.348
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP

Added: head/www/py-flexget/files/patch-pavement.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-flexget/files/patch-pavement.py	Sun Jul 10 16:32:22 2016	(r418328)
@@ -0,0 +1,14 @@
+--- pavement.py.orig	2015-09-03 06:12:10 UTC
++++ pavement.py
+@@ -25,9 +25,9 @@ options = environment.options
+ # guessit 0.10.4 stops supporting python 2.6, the tests also start failing on 2.7
+ # Path keeps messing about with case, so anything under 6.2 will be broken now
+ install_requires = ['FeedParser>=5.1.3', 'SQLAlchemy >=0.7.5, !=0.9.0, <1.999', 'PyYAML',
+-                    'beautifulsoup4>=4.1, !=4.2.0, <4.4', 'html5lib>=0.11', 'PyRSS2Gen', 'pynzb', 'progressbar', 'rpyc',
++                    'beautifulsoup4>=4.1', 'html5lib>=0.11', 'PyRSS2Gen', 'pynzb', 'progressbar', 'rpyc',
+                     'jinja2', 'requests>=1.0, !=2.4.0, <2.99', 'python-dateutil!=2.0, !=2.2', 'jsonschema>=2.0',
+-                    'python-tvrage', 'tmdb3', 'path.py>=6.2', 'guessit>=0.9.3, <0.10.4', 'apscheduler']
++                    'python-tvrage', 'tmdb3', 'path.py>=6.2', 'guessit>=0.9.3', 'apscheduler']
+ if sys.version_info < (2, 7):
+     # argparse is part of the standard library in python 2.7+
+     install_requires.append('argparse')



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607101632.u6AGWMCe035605>