diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-12-13 22:02:20 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-16 08:56:07 +0700 |
commit | 2addc0911715a389363739f9d978e8440fbda3a5 (patch) | |
tree | 0caa2586aee16308f06fbeb8bae9bd2cd02ffe9a /python/ptpython | |
parent | 50dd66d82b3478748ee18b4a78fc0e10ca4d4f0c (diff) |
python/ptpython: Updated for version 3.0.24.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/ptpython')
-rw-r--r-- | python/ptpython/ptpython.SlackBuild | 4 | ||||
-rw-r--r-- | python/ptpython/ptpython.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/ptpython/ptpython.SlackBuild b/python/ptpython/ptpython.SlackBuild index fd23c2ec0517..42b857014b6e 100644 --- a/python/ptpython/ptpython.SlackBuild +++ b/python/ptpython/ptpython.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ptpython -# Copyright 2015-2022 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2015-2023 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ptpython -VERSION=${VERSION:-3.0.22} +VERSION=${VERSION:-3.0.24} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/ptpython/ptpython.info b/python/ptpython/ptpython.info index f98685a563b2..440ea9032591 100644 --- a/python/ptpython/ptpython.info +++ b/python/ptpython/ptpython.info @@ -1,10 +1,10 @@ PRGNAM="ptpython" -VERSION="3.0.22" +VERSION="3.0.24" HOMEPAGE="https://github.com/jonathanslenders/ptpython" -DOWNLOAD="https://files.pythonhosted.org/packages/a7/83/bf0a0bc0d0028ec41917c59f81661b66d86e0d0fb329a1aea0acd849e568/ptpython-3.0.22.tar.gz" -MD5SUM="3dce6c1ad78d262562c95e2b7c8999bc" +DOWNLOAD="https://files.pythonhosted.org/packages/3f/dc/118d1dfd22e5274f3cc341cb3c92b128dba6c47d2c8749d213bf6b7d1e16/ptpython-3.0.24.tar.gz" +MD5SUM="e867f3628f9c2619aa3e43818ed60533" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-prompt_toolkit python3-jedi" MAINTAINER="Dimitris Zlatanidis" -EMAIL="d.zlatanidis@gmail.com" +EMAIL="dslackw@gmail.com" |