diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-06-27 23:22:36 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-02 09:55:46 +0700 |
commit | 5804d0f7e99be44ed3a74f4d8acd1030946bfccc (patch) | |
tree | 6cc745e4e5581fa7f0882163a4f84ac49e45d4d6 /development/bpython | |
parent | 11094ff060904be338aba844d4c2547ed1482086 (diff) | |
download | slackbuilds-5804d0f7e99be44ed3a74f4d8acd1030946bfccc.tar.gz |
development/bpython: Updated for version 0.22.1.
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 f6dab520d6..afaaad9007 100644 --- a/development/bpython/bpython.SlackBuild +++ b/development/bpython/bpython.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for bpython -# Copyright 2014-2021 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2022 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.21} +VERSION=${VERSION:-0.22.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/bpython/bpython.info b/development/bpython/bpython.info index 1476cf590e..0ac6057d8c 100644 --- a/development/bpython/bpython.info +++ b/development/bpython/bpython.info @@ -1,10 +1,10 @@ PRGNAM="bpython" -VERSION="0.21" +VERSION="0.22.1" HOMEPAGE="https://bpython-interpreter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/8f/34/7bdeba9999d2dfe5c0682291966bfa7edcedf2859885fa0037b8a38d0878/bpython-0.21.tar.gz" -MD5SUM="ca73d8c605767242aea522ec6bb84d48" +DOWNLOAD="https://files.pythonhosted.org/packages/62/5c/4039865b7e21c792140ec36411b2999b8ffe98da0f0e79eebad779550868/bpython-0.22.1.tar.gz" +MD5SUM="64d414e563429ab987dc9fa7d9358d91" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="curtsies greenlet" +REQUIRES="curtsies greenlet typing-extensions" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |