mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/bpython: Updated for version 0.24.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1c79145e5c
commit
ef1b519a76
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for bpython
|
||||
|
||||
# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2023 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Written by vvoody <vvoodywang@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=bpython
|
||||
VERSION=${VERSION:-0.22.1}
|
||||
VERSION=${VERSION:-0.24}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="bpython"
|
||||
VERSION="0.22.1"
|
||||
VERSION="0.24"
|
||||
HOMEPAGE="https://bpython-interpreter.org/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/62/5c/4039865b7e21c792140ec36411b2999b8ffe98da0f0e79eebad779550868/bpython-0.22.1.tar.gz"
|
||||
MD5SUM="64d414e563429ab987dc9fa7d9358d91"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/cf/76/54e0964e2974becb673baca69417b6c6293e930d4ebcf2a2a68c1fe9704a/bpython-0.24.tar.gz"
|
||||
MD5SUM="bb7a556715be0b974436eb0d920769c0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="curtsies greenlet typing-extensions"
|
||||
REQUIRES="curtsies greenlet"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue