mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/bpython: Updated for version 0.19.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f811183249
commit
f5fc2f2696
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for bpython
|
||||
|
||||
# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2020 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Written by vvoody <vvoodywang@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -24,8 +24,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=bpython
|
||||
VERSION=${VERSION:-0.18}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.19}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bpython"
|
||||
VERSION="0.18"
|
||||
VERSION="0.19"
|
||||
HOMEPAGE="https://bpython-interpreter.org/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/cc/af/4ebe98f22713b4d66d57b85d6f3f4d12e7ea208d967df24bf2f666bf0f74/bpython-0.18.tar.gz"
|
||||
MD5SUM="a150a9ff3383013da1156dda4b44280d"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/46/15/2d60865176a5f806ab83c1c38a7c9a0da18ee3651fc1e7e9f5f9cf21e0e8/bpython-0.19.tar.gz"
|
||||
MD5SUM="8793712cf4aba736f2cedc7f51a798df"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-six python-requests Pygments curtsies greenlet"
|
||||
|
|
Loading…
Reference in a new issue