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

Kyle Keen kkeen at archlinux.org
Tue Sep 15 00:26:29 UTC 2020


    Date: Tuesday, September 15, 2020 @ 00:26:28
  Author: kkeen
Revision: 706916

upgpkg: jupyter_console 6.2.0-1

Modified:
  jupyter_console/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-14 23:17:11 UTC (rev 706915)
+++ PKGBUILD	2020-09-15 00:26:28 UTC (rev 706916)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=jupyter_console
-pkgver=6.1.0
+pkgver=6.2.0
 pkgrel=1
 pkgdesc="An IPython-like terminal frontend for Jupyter kernels in any language."
 arch=('any')
@@ -12,11 +12,10 @@
 makedepends=('python-setuptools')
 #source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_console/archive/$pkgver.tar.gz")
 source=("https://files.pythonhosted.org/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('b4f162292cbeee24c0d1551f21c8de3a')
+md5sums=('24600923a41fc33bf8b5db699dca3c69')
 
 build() {
   cd "$srcdir/jupyter_console-$pkgver"
-
   python setup.py build
 }
 
@@ -24,8 +23,4 @@
   cd "$srcdir/jupyter_console-$pkgver"
   python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
   install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # 6.1.0 removes the binary?
-  echo -e "#!/usr/bin/python\nfrom jupyter_console import app\nif __name__ == '__main__':\n    app.main()" > jupyter-console
-  install -Dm755 jupyter-console "$pkgdir/usr/bin/jupyter-console"
 }



More information about the arch-commits mailing list