python/prompt_toolkit: Updated for version 1.0.0.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-05-13 06:05:18 +03:00 committed by Willy Sudiarto Raharjo
parent f4b58159e8
commit 018b8b4e65
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=prompt_toolkit
VERSION=${VERSION:-0.60}
VERSION=${VERSION:-1.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="prompt_toolkit"
VERSION="0.60"
VERSION="1.0.0"
HOMEPAGE="https://github.com/jonathanslenders/python-prompt-toolkit"
DOWNLOAD="https://pypi.python.org/packages/source/p/prompt_toolkit/prompt_toolkit-0.60.tar.gz"
MD5SUM="516826aff6a09536037b6d02a9a3451d"
DOWNLOAD="https://pypi.python.org/packages/0b/2c/ab26db81e5b9c2f179a2e9d797f2ce0d11f7cc3308830831de0daad8629e/prompt_toolkit-1.0.0.tar.gz"
MD5SUM="922bfba0f0aff76d9d076a41b0b802a4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wcwidth six"