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

Kyle Keen kkeen at archlinux.org
Wed Apr 14 12:08:08 UTC 2021


    Date: Wednesday, April 14, 2021 @ 12:08:07
  Author: kkeen
Revision: 918421

upgpkg: bpython 0.21-1

Modified:
  bpython/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-14 12:04:07 UTC (rev 918420)
+++ PKGBUILD	2021-04-14 12:08:07 UTC (rev 918421)
@@ -4,8 +4,8 @@
 # Contributor: Anton Bazhenov <anton.bazhenov at gmail>
 
 pkgname=bpython
-pkgver=0.20
-pkgrel=4
+pkgver=0.21
+pkgrel=1
 pkgdesc='Fancy ncurses interface to the Python interpreter'
 arch=('any')
 url='https://bpython-interpreter.org/'
@@ -18,10 +18,8 @@
 #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=('3649400f45611415ba398361f10b4117')
+md5sums=('ca73d8c605767242aea522ec6bb84d48')
 
-# python-watchdog optdep...
-
 build() {
   cd "$srcdir/bpython-$pkgver"
   python setup.py build
@@ -31,6 +29,5 @@
   cd "$srcdir/bpython-$pkgver"
 
   python setup.py install --root="$pkgdir" --optimize=0
-
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/bpython/LICENSE"
 }



More information about the arch-commits mailing list