python/ptpython: Updated for version 0.21.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
455b8e5131
commit
62b8fcfa9d
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ptpython
|
||||
VERSION=${VERSION:-0.18}
|
||||
VERSION=${VERSION:-0.21}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ptpython"
|
||||
VERSION="0.18"
|
||||
VERSION="0.21"
|
||||
HOMEPAGE="https://github.com/jonathanslenders/ptpython"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/ptpython/ptpython-0.18.tar.gz"
|
||||
MD5SUM="2159864e67fa1640b2fbf6f214a1950f"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/ptpython/ptpython-0.21.tar.gz"
|
||||
MD5SUM="d47bd868a3474b4f74413dcab19f7b4c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="prompt_toolkit jedi docopt"
|
||||
|
|
Loading…
Reference in New Issue