mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/ptpython: Updated for version 3.0.25.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7b6cb6c7ad
commit
41a3454878
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=ptpython
|
||||
VERSION=${VERSION:-3.0.24}
|
||||
VERSION=${VERSION:-3.0.25}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ptpython"
|
||||
VERSION="3.0.24"
|
||||
VERSION="3.0.25"
|
||||
HOMEPAGE="https://github.com/jonathanslenders/ptpython"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/3f/dc/118d1dfd22e5274f3cc341cb3c92b128dba6c47d2c8749d213bf6b7d1e16/ptpython-3.0.24.tar.gz"
|
||||
MD5SUM="e867f3628f9c2619aa3e43818ed60533"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/66/51/a86ee34f068e71a12ba611b69f327545606b138042f5b2562d0992c2631d/ptpython-3.0.25.tar.gz"
|
||||
MD5SUM="3be66bf73db3ce9f0cac28deb59560db"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-prompt_toolkit python3-jedi"
|
||||
|
|
Loading…
Reference in a new issue