summaryrefslogtreecommitdiffstats
path: root/libraries/greenlet
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-27 20:35:18 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-01 06:51:18 +0700
commit558031e572c4a453734f488cf4a3360567152dc6 (patch)
tree9e26e6225d771e6f64a00fb092c2cd52bf179c3a /libraries/greenlet
parent99c0247d39beac88a8b9f2c3663f5a203aad9748 (diff)
downloadslackbuilds-558031e572c4a453734f488cf4a3360567152dc6.tar.gz
slackbuilds-558031e572c4a453734f488cf4a3360567152dc6.tar.xz
libraries/greenlet: Updated for version 2.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/greenlet')
-rw-r--r--libraries/greenlet/greenlet.SlackBuild7
-rw-r--r--libraries/greenlet/greenlet.info6
2 files changed, 5 insertions, 8 deletions
diff --git a/libraries/greenlet/greenlet.SlackBuild b/libraries/greenlet/greenlet.SlackBuild
index 225b85999e..2d7f3bb21a 100644
--- a/libraries/greenlet/greenlet.SlackBuild
+++ b/libraries/greenlet/greenlet.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for Greenlet
#
# Copyright (C) 2014-2015 Adis Nezirović <adis_at_linux.org.ba>
-# 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=greenlet
-VERSION=${VERSION:-1.1.2}
+VERSION=${VERSION:-2.0.1}
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
diff --git a/libraries/greenlet/greenlet.info b/libraries/greenlet/greenlet.info
index 34a49ed591..2723df95d7 100644
--- a/libraries/greenlet/greenlet.info
+++ b/libraries/greenlet/greenlet.info
@@ -1,8 +1,8 @@
PRGNAM="greenlet"
-VERSION="1.1.2"
+VERSION="2.0.1"
HOMEPAGE="https://github.com/python-greenlet/greenlet"
-DOWNLOAD="https://files.pythonhosted.org/packages/0c/10/754e21b5bea89d0e73f99d60c83754df7cc64db74f47d98ab187669ce341/greenlet-1.1.2.tar.gz"
-MD5SUM="f424fbd9afeed575dd2ba5f0ac66e30b"
+DOWNLOAD="https://files.pythonhosted.org/packages/fd/6a/f07b0028baff9bca61ecfcd9ee021e7e33369da8094f00eff409f2ff32be/greenlet-2.0.1.tar.gz"
+MD5SUM="8d0f10b807144a86b54841cfab2620a9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""