mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/prompt_toolkit: Updated for version 0.42.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
d6fa616feb
commit
4673cc328c
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for prompt_toolkit
|
||||
|
||||
# Copyright 2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2015 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:-0.41}
|
||||
VERSION=${VERSION:-0.42}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="prompt_toolkit"
|
||||
VERSION="0.41"
|
||||
VERSION="0.42"
|
||||
HOMEPAGE="https://github.com/jonathanslenders/python-prompt-toolkit"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/prompt_toolkit/prompt_toolkit-0.41.tar.gz"
|
||||
MD5SUM="684d2a03534fc7240f7ed9d3c0a1a28e"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/prompt_toolkit/prompt_toolkit-0.42.tar.gz"
|
||||
MD5SUM="9f690402394e0d6db52773c0a26bcf30"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="wcwidth Pygments six"
|
||||
|
|
Loading…
Reference in a new issue