diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-03-02 07:27:45 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-02 19:12:05 +0700 |
commit | fcf6a1da37953383c65462e3e36abca4866dfe29 (patch) | |
tree | 486556baefbbc1e3ae33482731cdf893c651878c /python | |
parent | 6207d4605c6810a4415a536a85424862efcc194f (diff) | |
download | slackbuilds-fcf6a1da37953383c65462e3e36abca4866dfe29.tar.gz |
python/ptpython: Updated for version 0.30.
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 | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/ptpython/ptpython.SlackBuild b/python/ptpython/ptpython.SlackBuild index 3d40c12f8c..4dee22783d 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.28} +VERSION=${VERSION:-0.30} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/ptpython/ptpython.info b/python/ptpython/ptpython.info index f148e6bd62..08ae791196 100644 --- a/python/ptpython/ptpython.info +++ b/python/ptpython/ptpython.info @@ -1,10 +1,10 @@ PRGNAM="ptpython" -VERSION="0.28" +VERSION="0.30" HOMEPAGE="https://github.com/jonathanslenders/ptpython" -DOWNLOAD="https://pypi.python.org/packages/source/p/ptpython/ptpython-0.28.tar.gz" -MD5SUM="f563f435185d5681f754310c96fe9cfe" +DOWNLOAD="https://pypi.python.org/packages/source/p/ptpython/ptpython-0.30.tar.gz" +MD5SUM="aefbe9a6f9d8001fdff3573a6840e2b2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="prompt_toolkit jedi docopt" +REQUIRES="prompt_toolkit jedi docopt Pygments" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |