python/python3-Flask-Dance: Updated for version 6.2.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2022-10-18 18:02:05 +01:00 committed by Willy Sudiarto Raharjo
parent 0349d2e3e6
commit e768b7cbf1
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 8 additions and 6 deletions

View file

@ -23,12 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# 20220512 46and2: Updated version to support newer Flask and werkzeug.
# 20221015 46and2: Updated version, change build process.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-Flask-Dance
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
VERSION=${VERSION:-6.1.1}
VERSION=${VERSION:-6.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -82,7 +83,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 {} \;
python3 setup.py install --root=$PKG
python3 -m build --no-isolation
python3 -m installer -d "$PKG" dist/*.whl
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View file

@ -1,10 +1,10 @@
PRGNAM="python3-Flask-Dance"
VERSION="6.1.1"
VERSION="6.2.0"
HOMEPAGE="https://github.com/singingwolfboy/flask-dance"
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flask-dance/Flask-Dance-6.1.1.tar.gz"
MD5SUM="7d0a3fcd4dd9c5dcaa8415efd61656c6"
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flask-dance/Flask-Dance-6.2.0.tar.gz"
MD5SUM="d8abc6a3700d8f8180cbf3e0c6ded115"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Flask requests-oauthlib python3-urlobject"
REQUIRES="python3-build python3-flit_core Flask requests-oauthlib python3-urlobject"
MAINTAINER="fourtysixandtwo"
EMAIL="fourtysixandtwo@sliderr.net"