network/flexget: Updated for version 1.2.315.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2015-05-29 17:33:20 +03:00
parent 228a33167b
commit caa2badcbc
3 changed files with 9 additions and 5 deletions

View File

@ -5,3 +5,7 @@ plugins for sites that do not provide any kind of useful feeds.
FlexGet is extremely useful in conjunction with applications which have
watch directory support, such as rtorrent.
Optional dependencies: Flask - for web interface
CherryPy - for web interface
guppy - for memusage plugin

View File

@ -28,7 +28,7 @@
SRCNAM=FlexGet
PRGNAM=${SRCNAM,,}
VERSION=${VERSION:-1.2.308}
VERSION=${VERSION:-1.2.315}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="flexget"
VERSION="1.2.308"
VERSION="1.2.315"
HOMEPAGE="http://flexget.com/"
DOWNLOAD="https://pypi.python.org/packages/source/F/FlexGet/FlexGet-1.2.308.tar.gz"
MD5SUM="63866eab717cf8d0b6fac365a7fd6b44"
DOWNLOAD="https://pypi.python.org/packages/source/F/FlexGet/FlexGet-1.2.315.tar.gz"
MD5SUM="c3f4cd6ba9f82b0ac458df2f23e28571"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Paver feedparser SQLAlchemy PyYAML BeautifulSoup4 html5lib PyRSS2Gen pynzb progressbar Flask CherryPy python-requests python-dateutil jsonschema python-tvrage tmdb3 rpyc guppy path.py guessit APScheduler"
REQUIRES="Paver feedparser SQLAlchemy PyYAML BeautifulSoup4 html5lib PyRSS2Gen pynzb progressbar python-requests python-dateutil jsonschema python-tvrage tmdb3 rpyc path.py guessit APScheduler"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"