mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
development/bpython: Updated for version 0.20.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f2be203d69
commit
776cef91be
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=bpython
|
||||
VERSION=${VERSION:-0.19}
|
||||
VERSION=${VERSION:-0.20.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bpython"
|
||||
VERSION="0.19"
|
||||
VERSION="0.20.1"
|
||||
HOMEPAGE="https://bpython-interpreter.org/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/46/15/2d60865176a5f806ab83c1c38a7c9a0da18ee3651fc1e7e9f5f9cf21e0e8/bpython-0.19.tar.gz"
|
||||
MD5SUM="8793712cf4aba736f2cedc7f51a798df"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/80/34/a79eb10051fcff79d0a63f402154c6c9397d5a8370b6e31a937a9a715d03/bpython-0.20.1.tar.gz"
|
||||
MD5SUM="4defcd38b4ce8eda2ca4f5e5cd6369e9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-six python-requests Pygments curtsies greenlet"
|
||||
|
|
Loading…
Reference in a new issue