Index: branches/2016Q3/www/py-flexget/Makefile =================================================================== --- branches/2016Q3/www/py-flexget/Makefile (revision 418328) +++ branches/2016Q3/www/py-flexget/Makefile (revision 418329) @@ -1,49 +1,50 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= flexget PORTVERSION= 1.2.348 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= FlexGet-${PORTVERSION} MAINTAINER= wg@FreeBSD.org COMMENT= Program to automate downloading from different sources LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paver>=0:devel/py-paver RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=5.1.3:textproc/py-feedparser \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0.7.5:databases/py-sqlalchemy07 \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml \ ${PYTHON_SITELIBDIR}/BeautifulSoup.py:www/py-beautifulsoup32 \ ${PYTHON_SITELIBDIR}/bs4/__init__.py: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 \ ${PYTHON_PKGNAMEPREFIX}progressbar>0:misc/py-progressbar \ ${PYTHON_PKGNAMEPREFIX}rpyc>0:devel/py-RPyC \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask \ ${PYTHON_PKGNAMEPREFIX}cherrypy>0:www/py-cherrypy \ ${PYTHON_PKGNAMEPREFIX}requests>=1.0:www/py-requests \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.0:devel/py-jsonschema \ ${PYTHON_PKGNAMEPREFIX}tvrage>0:devel/py-tvrage \ ${PYTHON_PKGNAMEPREFIX}tmdb3>0:www/py-tmdb3 \ ${PYTHON_PKGNAMEPREFIX}apscheduler>0:devel/py-apscheduler \ ${PYTHON_PKGNAMEPREFIX}guessit>=0.9.3:multimedia/py-guessit \ ${PYTHON_PKGNAMEPREFIX}path.py>=6.2:devel/py-path.py TEST_DEPENDS:= ${RUN_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock USES= python:2 USE_PYTHON= autoplist distutils regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test .include Index: branches/2016Q3/www/py-flexget/files/patch-pavement.py =================================================================== --- branches/2016Q3/www/py-flexget/files/patch-pavement.py (nonexistent) +++ branches/2016Q3/www/py-flexget/files/patch-pavement.py (revision 418329) @@ -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') Property changes on: branches/2016Q3/www/py-flexget/files/patch-pavement.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2016Q3 =================================================================== --- branches/2016Q3 (revision 418328) +++ branches/2016Q3 (revision 418329) Property changes on: branches/2016Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r418328