diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-05-13 06:08:01 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-15 07:40:41 +0700 |
commit | ee39f031fabf78f2dc415e292b846997c487dc5a (patch) | |
tree | 7e2621842a1f1b61295851e6aed4f9d8247ec009 /python | |
parent | 018b8b4e65d7ab11d159476d28d3fb8945583105 (diff) | |
download | slackbuilds-ee39f031fabf78f2dc415e292b846997c487dc5a.tar.gz |
python/ptpython: Updated for version 0.34.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-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 a50a4d624c..3170596e52 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.31} +VERSION=${VERSION:-0.34} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/ptpython/ptpython.info b/python/ptpython/ptpython.info index 6759420f6b..672d9530a1 100644 --- a/python/ptpython/ptpython.info +++ b/python/ptpython/ptpython.info @@ -1,8 +1,8 @@ PRGNAM="ptpython" -VERSION="0.31" +VERSION="0.34" HOMEPAGE="https://github.com/jonathanslenders/ptpython" -DOWNLOAD="https://pypi.python.org/packages/source/p/ptpython/ptpython-0.31.tar.gz" -MD5SUM="c1a8a2f4b5fa8c91ff31bfe7582bfd2b" +DOWNLOAD="https://pypi.python.org/packages/39/cc/5cd0ff55d774fd287bf3f07fd5ed57c25117b68fa3d7fc7a9649d9b3a02d/ptpython-0.34.tar.gz" +MD5SUM="80d3601924a61af755c1e024205851d8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="prompt_toolkit jedi docopt Pygments" |