diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-06-25 18:15:30 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-28 11:49:16 +0700 |
commit | ae9ed3cbb363e85b3c3c3f6423e0f4170bb9c221 (patch) | |
tree | d9f190c161163d7e7a95a399bacce4f131ba29e2 | |
parent | 119ac6d1109f642a8ea4262e71c2557bbb8a82c1 (diff) | |
download | slackbuilds-ae9ed3cbb363e85b3c3c3f6423e0f4170bb9c221.tar.gz |
python/ptpython: Updated for version 0.15.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | python/ptpython/ptpython.SlackBuild | 2 | ||||
-rw-r--r-- | python/ptpython/ptpython.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/ptpython/ptpython.SlackBuild b/python/ptpython/ptpython.SlackBuild index 479a77d049..195bee119e 100644 --- a/python/ptpython/ptpython.SlackBuild +++ b/python/ptpython/ptpython.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ptpython -VERSION=${VERSION:-0.11} +VERSION=${VERSION:-0.15} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/ptpython/ptpython.info b/python/ptpython/ptpython.info index 9775fb3e96..42112acfc1 100644 --- a/python/ptpython/ptpython.info +++ b/python/ptpython/ptpython.info @@ -1,8 +1,8 @@ PRGNAM="ptpython" -VERSION="0.11" +VERSION="0.15" HOMEPAGE="https://github.com/jonathanslenders/ptpython" -DOWNLOAD="https://pypi.python.org/packages/source/p/ptpython/ptpython-0.11.tar.gz" -MD5SUM="6bdd3d677bfc62a6cec0f7867f9d5507" +DOWNLOAD="https://pypi.python.org/packages/source/p/ptpython/ptpython-0.15.tar.gz" +MD5SUM="049bee0b988f701dc3adcb0c0c63d4b9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="prompt_toolkit jedi docopt" |