python/python3-Flask-Dance: Fix build.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-01-05 21:17:24 -07:00 committed by Willy Sudiarto Raharjo
parent 7d865d46a5
commit 063715831d
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 3 additions and 3 deletions

View file

@ -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}

View file

@ -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=""