mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
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
This commit is contained in:
parent
b81a8c21f9
commit
066f47ca02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421605
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user