python/ptpython: Updated for version 0.24.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2015-09-24 00:26:36 +03:00 committed by Willy Sudiarto Raharjo
parent a6afac09d0
commit e64f63d6d3
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,8 +1,8 @@
PRGNAM="ptpython"
VERSION="0.21"
VERSION="0.24"
HOMEPAGE="https://github.com/jonathanslenders/ptpython"
DOWNLOAD="https://pypi.python.org/packages/source/p/ptpython/ptpython-0.21.tar.gz"
MD5SUM="d47bd868a3474b4f74413dcab19f7b4c"
DOWNLOAD="https://pypi.python.org/packages/source/p/ptpython/ptpython-0.24.tar.gz"
MD5SUM="b9fb477028518adac80a549537e835e2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="prompt_toolkit jedi docopt"