mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-geventhttpclient: Updated for version 1.5.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9de04d85ae
commit
2a825ce5a9
2 changed files with 5 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python3-python3-geventhttpclient
|
||||
#
|
||||
# Copyright 2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2021-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-geventhttpclient
|
||||
SRCNAM=geventhttpclient
|
||||
VERSION=${VERSION:-1.5.3}
|
||||
VERSION=${VERSION:-1.5.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-geventhttpclient"
|
||||
VERSION="1.5.3"
|
||||
VERSION="1.5.5"
|
||||
HOMEPAGE="https://github.com/geventhttpclient/geventhttpclient"
|
||||
DOWNLOAD="https://github.com/geventhttpclient/geventhttpclient/archive/1.5.3/geventhttpclient-1.5.3.tar.gz"
|
||||
MD5SUM="c81447b59ed383e7b8abd0704b804c61"
|
||||
DOWNLOAD="https://github.com/geventhttpclient/geventhttpclient/archive/1.5.5/geventhttpclient-1.5.5.tar.gz"
|
||||
MD5SUM="9e6999de0a3756e127af9b75fc52813e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gevent"
|
||||
|
|
Loading…
Reference in a new issue