diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-07-19 15:03:28 +0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-07-20 14:19:47 -0500 |
commit | 29f6c70a126cc21773f91f011870a39eed99d77b (patch) | |
tree | 8283121e50f5760082792e1e859d01b09ae892c8 /python/ptpython | |
parent | 0a828c4a650d0531b35f7788afd5f49fe06e81b6 (diff) | |
download | slackbuilds-29f6c70a126cc21773f91f011870a39eed99d77b.tar.gz |
python/ptpython: Updated for version 0.35.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/ptpython')
-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 3170596e52..b11331d082 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.34} +VERSION=${VERSION:-0.35} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/ptpython/ptpython.info b/python/ptpython/ptpython.info index 672d9530a1..6dbd6f49d0 100644 --- a/python/ptpython/ptpython.info +++ b/python/ptpython/ptpython.info @@ -1,8 +1,8 @@ PRGNAM="ptpython" -VERSION="0.34" +VERSION="0.35" HOMEPAGE="https://github.com/jonathanslenders/ptpython" -DOWNLOAD="https://pypi.python.org/packages/39/cc/5cd0ff55d774fd287bf3f07fd5ed57c25117b68fa3d7fc7a9649d9b3a02d/ptpython-0.34.tar.gz" -MD5SUM="80d3601924a61af755c1e024205851d8" +DOWNLOAD="https://pypi.python.org/packages/0d/3d/52e33dd83f02e2f0450c1a5a26928d88ebb65e8c99393a48736637b80cff/ptpython-0.35.tar.gz" +MD5SUM="9dc06e0422530ab6a601f42ca5267511" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="prompt_toolkit jedi docopt Pygments" |