mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-Flask-Dance: Fix build.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7d865d46a5
commit
063715831d
2 changed files with 3 additions and 3 deletions
|
@ -28,9 +28,9 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-Flask-Dance
|
||||
SRCNAM=${PRGNAM#python3-*}
|
||||
SRCNAM=flask_dance
|
||||
VERSION=${VERSION:-7.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="python3-Flask-Dance"
|
||||
VERSION="7.0.1"
|
||||
HOMEPAGE="https://github.com/singingwolfboy/flask-dance"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flask-dance/Flask-Dance-7.0.1.tar.gz"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flask-dance/flask_dance-7.0.1.tar.gz"
|
||||
MD5SUM="0d45010ae74fcc5ee28d7756e14bbd46"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue