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

Eli Schwartz eschwartz at archlinux.org
Wed Jul 18 05:19:31 UTC 2018


    Date: Wednesday, July 18, 2018 @ 05:19:31
  Author: eschwartz
Revision: 361738

upgpkg: jupyter_console 5.2.0-2

python 3.7 rebuild

Modified:
  jupyter_console/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-18 04:51:18 UTC (rev 361737)
+++ PKGBUILD	2018-07-18 05:19:31 UTC (rev 361738)
@@ -3,10 +3,10 @@
 
 pkgname=jupyter_console
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An IPython-like terminal frontend for Jupyter kernels in any language."
 arch=('any')
-url="https://pypi.python.org/pypi/jupyter_console"
+url="https://pypi.org/project/jupyter_console/"
 license=('BSD')
 depends=('ipython' 'python-jupyter_client' 'python-ipykernel'
          'python-pygments' 'python-prompt_toolkit')
@@ -16,7 +16,9 @@
 md5sums=('175953df3c76ffa6d4d5cb23198ab324')
 
 build() {
-  cd "$srcdir"
+  cd "$srcdir/jupyter_console-$pkgver"
+
+  python setup.py build
 }
 
 package() {
@@ -24,4 +26,3 @@
   python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
   install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
-



More information about the arch-commits mailing list