[arch-commits] Commit in bpython/trunk (PKGBUILD)

Kyle Keen kkeen at gemini.archlinux.org
Thu Nov 25 09:53:28 UTC 2021


    Date: Thursday, November 25, 2021 @ 09:53:27
  Author: kkeen
Revision: 1054762

upgpkg: bpython 0.22.1-1

Modified:
  bpython/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-25 09:38:14 UTC (rev 1054761)
+++ PKGBUILD	2021-11-25 09:53:27 UTC (rev 1054762)
@@ -4,13 +4,14 @@
 # Contributor: Anton Bazhenov <anton.bazhenov at gmail>
 
 pkgname=bpython
-pkgver=0.21
+pkgver=0.22.1
 pkgrel=1
 pkgdesc='Fancy ncurses interface to the Python interpreter'
 arch=('any')
 url='https://bpython-interpreter.org/'
 license=('MIT')
-depends=('python-pygments' 'python-requests' 'python-curtsies' 'python-greenlet' 'python-six')
+depends=('python-pygments' 'python-requests' 'python-curtsies' 'python-greenlet'
+         'python-six' 'python-typing_extensions')
 optdepends=('python-urwid: for bpython-urwid'
             'python-jedi: multiline completion'
             'python-watchdog: module reloading')
@@ -18,7 +19,7 @@
 #source=(https://bpython-interpreter.org/releases/bpython-${pkgver}.tar.gz)  # slow
 #source=("https://github.com/bpython/bpython/archive/$pkgver-release.tar.gz")  # missing version data
 source=("https://files.pythonhosted.org/packages/source/b/bpython/bpython-$pkgver.tar.gz")
-md5sums=('ca73d8c605767242aea522ec6bb84d48')
+md5sums=('64d414e563429ab987dc9fa7d9358d91')
 
 build() {
   cd "$srcdir/bpython-$pkgver"



More information about the arch-commits mailing list