mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
python/ptpython: Updated for version 0.25.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
5460b8fcef
commit
402fd14869
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ptpython
|
||||
VERSION=${VERSION:-0.24}
|
||||
VERSION=${VERSION:-0.25}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ptpython"
|
||||
VERSION="0.24"
|
||||
VERSION="0.25"
|
||||
HOMEPAGE="https://github.com/jonathanslenders/ptpython"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/ptpython/ptpython-0.24.tar.gz"
|
||||
MD5SUM="b9fb477028518adac80a549537e835e2"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/ptpython/ptpython-0.25.tar.gz"
|
||||
MD5SUM="d255428fcb751a8ce1be477866d03358"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="prompt_toolkit jedi docopt"
|
||||
|
|
Loading…
Reference in a new issue