summaryrefslogtreecommitdiffstats
path: root/network/flexget
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2017-12-01 18:26:10 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-12-02 06:30:47 +0700
commit6427c75dbd4a9c5a44da80922838e43b0d66e0c2 (patch)
treea72c242142a38d3bb2472f8733c2154c1dbc4c3e /network/flexget
parent7dad370760c594d51eb2bbdcf037654174d6d8ac (diff)
downloadslackbuilds-6427c75dbd4a9c5a44da80922838e43b0d66e0c2.tar.gz
slackbuilds-6427c75dbd4a9c5a44da80922838e43b0d66e0c2.tar.xz
network/flexget: Updated for version 2.11.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'network/flexget')
-rw-r--r--network/flexget/flexget.SlackBuild6
-rw-r--r--network/flexget/flexget.info8
2 files changed, 7 insertions, 7 deletions
diff --git a/network/flexget/flexget.SlackBuild b/network/flexget/flexget.SlackBuild
index 28ec3a350a..1eb0c2e957 100644
--- a/network/flexget/flexget.SlackBuild
+++ b/network/flexget/flexget.SlackBuild
@@ -28,7 +28,7 @@
SRCNAM=FlexGet
PRGNAM=${SRCNAM,,}
-VERSION=${VERSION:-2.10.43}
+VERSION=${VERSION:-2.11.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,8 +60,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# Fix requirement 'flask-restplus' working with newer version
-sed -i "s/restplus=/restplus>/" requirements.txt
+# Remove versions from requirements
+sed -i "s/==.*//" requirements.txt
python setup.py install --root=$PKG
diff --git a/network/flexget/flexget.info b/network/flexget/flexget.info
index ed00907211..631a57c696 100644
--- a/network/flexget/flexget.info
+++ b/network/flexget/flexget.info
@@ -1,10 +1,10 @@
PRGNAM="flexget"
-VERSION="2.10.43"
+VERSION="2.11.6"
HOMEPAGE="https://flexget.com/"
-DOWNLOAD="https://pypi.python.org/packages/01/ed/840ac06628731c6cb33fd97e725cb796c2cfaec70a3f8a6b2f14f58f2842/FlexGet-2.10.43.tar.gz"
-MD5SUM="b58f0b3ec634bee0c56e93f88ce72e5c"
+DOWNLOAD="https://pypi.python.org/packages/fd/95/5281f08cabfc155c6754344b464c5347a3327a629fff973f3635858ea0dc/FlexGet-2.11.6.tar.gz"
+MD5SUM="8418c2fecd21469bb888b1c207e477d2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="feedparser SQLAlchemy PyYAML BeautifulSoup4 html5lib PyRSS2Gen pynzb rpyc path.py pathlib guessit APScheduler terminaltables colorclass CherryPy Flask-RESTful flask-restplus Flask-Compress Flask-Login Flask-Cors pyparsing zxcvbn-python python-future"
+REQUIRES="feedparser SQLAlchemy PyYAML BeautifulSoup4 html5lib PyRSS2Gen pynzb rpyc path.py pathlib guessit APScheduler terminaltables colorclass CherryPy Flask-RESTful flask-restplus Flask-Compress Flask-Login Flask-Cors pyparsing zxcvbn-python python-future python-requests"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"