mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
network/flexget: Updated for version 2.11.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
7dad370760
commit
6427c75dbd
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue