python/prompt_toolkit: Updated for version 2.0.10.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
5342e94eb5
commit
a4b1ea3eab
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for prompt_toolkit
|
||||
|
||||
# Copyright 2015-2018 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2015-2019 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=prompt_toolkit
|
||||
VERSION=${VERSION:-2.0.7}
|
||||
VERSION=${VERSION:-2.0.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="prompt_toolkit"
|
||||
VERSION="2.0.7"
|
||||
VERSION="2.0.10"
|
||||
HOMEPAGE="https://github.com/jonathanslenders/python-prompt-toolkit"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/d9/a5/4b2dd1a05403e34c3ba0d9c00f237c01967c0a4f59a427c9b241129cdfe4/prompt_toolkit-2.0.7.tar.gz"
|
||||
MD5SUM="5c32f640908dec950646a0460198158d"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/0c/37/7ad3bf3c6dbe96facf9927ddf066fdafa0f86766237cff32c3c7355d3b7c/prompt_toolkit-2.0.10.tar.gz"
|
||||
MD5SUM="5016c523e603cd7119644fbc0f00ce53"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="wcwidth six"
|
||||
|
|
Loading…
Reference in New Issue