summaryrefslogtreecommitdiffstats
path: root/python/python3-prompt_toolkit
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2018-10-02 07:27:34 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-10-06 07:25:23 +0700
commit518da43fe37ff4827952dc8da20babfdf1d20f64 (patch)
tree2341dc27d60b3b0d2e005db5c8146370426bf324 /python/python3-prompt_toolkit
parent8caa59ba08c4e7f7916358ce2bf84044e04a430d (diff)
downloadslackbuilds-518da43fe37ff4827952dc8da20babfdf1d20f64.tar.gz
slackbuilds-518da43fe37ff4827952dc8da20babfdf1d20f64.tar.xz
python/python3-prompt_toolkit: 2.0.4.
Diffstat (limited to 'python/python3-prompt_toolkit')
-rw-r--r--python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild8
-rw-r--r--python/python3-prompt_toolkit/python3-prompt_toolkit.info6
2 files changed, 8 insertions, 6 deletions
diff --git a/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild b/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild
index 32c321bc94..3902547c4a 100644
--- a/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild
+++ b/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for python3-prompt_toolkit
# Copyright 2015-2016 Dimitris Zlatanidis Orestiada, Greece
-# 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=prompt_toolkit
PRGNAM=python3-$SRCNAM
-VERSION=${VERSION:-1.0.15}
+VERSION=${VERSION:-2.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -77,7 +77,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README.rst PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a \
+ AUTHORS.rst CHANGELOG LICENSE README.rst \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/python/python3-prompt_toolkit/python3-prompt_toolkit.info b/python/python3-prompt_toolkit/python3-prompt_toolkit.info
index 5db88eb569..2921d7bf74 100644
--- a/python/python3-prompt_toolkit/python3-prompt_toolkit.info
+++ b/python/python3-prompt_toolkit/python3-prompt_toolkit.info
@@ -1,8 +1,8 @@
PRGNAM="python3-prompt_toolkit"
-VERSION="1.0.15"
+VERSION="2.0.4"
HOMEPAGE="https://github.com/jonathanslenders/python-prompt-toolkit"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-1.0.15.tar.gz"
-MD5SUM="8fe70295006dbc8afedd43e5eba99032"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-2.0.4.tar.gz"
+MD5SUM="8db8b8e40e91bc6dce133d8d5727a717"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-wcwidth python3-six"