diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-01-18 23:21:51 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-21 10:21:59 +0700 |
commit | ef1b519a76b79043935329fe6b1fa8d342a6d181 (patch) | |
tree | 6e2b6d9cfb532b854e40eac3b55ddc662bf2cb60 /development/bpython | |
parent | 1c79145e5cce52c401df3d922a2a5fa2cf57f4a7 (diff) |
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>
Diffstat (limited to 'development/bpython')
-rw-r--r-- | development/bpython/bpython.SlackBuild | 4 | ||||
-rw-r--r-- | development/bpython/bpython.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/bpython/bpython.SlackBuild b/development/bpython/bpython.SlackBuild index afaaad9007830..866747c2c84fc 100644 --- a/development/bpython/bpython.SlackBuild +++ b/development/bpython/bpython.SlackBuild @@ -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} diff --git a/development/bpython/bpython.info b/development/bpython/bpython.info index 0ac6057d8c491..5d4965069c4fd 100644 --- a/development/bpython/bpython.info +++ b/development/bpython/bpython.info @@ -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" |