libraries/greenlet: Updated for version 0.4.15.

This fixed building with Python 3.7.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2019-03-03 01:11:22 +07:00
parent 94f18854ae
commit 823847935d
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=greenlet
VERSION=${VERSION:-0.4.5}
VERSION=${VERSION:-0.4.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -63,7 +63,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
unzip $CWD/$PRGNAM-$VERSION.zip
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="greenlet"
VERSION="0.4.5"
VERSION="0.4.15"
HOMEPAGE="https://github.com/python-greenlet/greenlet"
DOWNLOAD="https://pypi.python.org/packages/source/g/greenlet/greenlet-0.4.5.zip"
MD5SUM="ce383f6475e6311cf8932ea779938703"
DOWNLOAD="https://files.pythonhosted.org/packages/f8/e8/b30ae23b45f69aa3f024b46064c0ac8e5fcb4f22ace0dca8d6f9c8bbe5e7/greenlet-0.4.15.tar.gz"
MD5SUM="10fa304f673fc18b28fa6d8c6658cb80"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""