Browse Source
python/python3-prompt_toolkit: Updated for version 3.0.36.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/196/head
Arn0
3 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild
-
python/python3-prompt_toolkit/python3-prompt_toolkit.info
|
|
@ -27,7 +27,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-prompt_toolkit |
|
|
|
VERSION=${VERSION:-3.0.29} |
|
|
|
VERSION=${VERSION:-3.0.36} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-prompt_toolkit" |
|
|
|
VERSION="3.0.29" |
|
|
|
VERSION="3.0.36" |
|
|
|
HOMEPAGE="https://github.com/jonathanslenders/python-prompt-toolkit" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-3.0.29.tar.gz" |
|
|
|
MD5SUM="170d4c9b420570f58fa1a6f763d70b12" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-3.0.36.tar.gz" |
|
|
|
MD5SUM="5a2bb559c0bcbc617f507a320c64ba03" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-wcwidth" |
|
|
|