python/python3-ptyprocess: Updated for version 0.6.0.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2018-06-24 18:26:55 -07:00 committed by Willy Sudiarto Raharjo
parent bb07cf97ff
commit 4a90ff89b8
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for python3-ptyprocess
# Copyright 2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
SRCNAM=ptyprocess
PRGNAM=python3-$SRCNAM
VERSION=${VERSION:-0.5.2}
VERSION=${VERSION:-0.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-ptyprocess"
VERSION="0.5.2"
VERSION="0.6.0"
HOMEPAGE="https://pypi.python.org/pypi/ptyprocess"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/ptyprocess/ptyprocess-0.5.2.tar.gz"
MD5SUM="d3b8febae1b8c53b054bd818d0bb8665"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/ptyprocess/ptyprocess-0.6.0.tar.gz"
MD5SUM="37402d69f3b50913d4d483587bffad8f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"