[arch-commits] Commit in (4 files)

Kyle Keen kkeen at archlinux.org
Tue Oct 11 13:32:29 UTC 2016


    Date: Tuesday, October 11, 2016 @ 13:32:28
  Author: kkeen
Revision: 191926

pkginit: jupyter_console 5.0.0-1

Added:
  jupyter_console/
  jupyter_console/repos/
  jupyter_console/trunk/
  jupyter_console/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Added: jupyter_console/trunk/PKGBUILD
===================================================================
--- jupyter_console/trunk/PKGBUILD	                        (rev 0)
+++ jupyter_console/trunk/PKGBUILD	2016-10-11 13:32:28 UTC (rev 191926)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter_console
+pkgver=5.0.0
+pkgrel=1
+pkgdesc="An IPython-like terminal frontend for Jupyter kernels in any language."
+arch=('any')
+url="https://pypi.python.org/pypi/jupyter_console"
+license=('BSD')
+depends=('ipython' 'python-ipykernel' 'python-jupyter_client'
+         'python-pygments' 'python-prompt_toolkit')
+makedepends=('python-setuptools')
+source=("https://github.com/jupyter/jupyter_console/archive/$pkgver.tar.gz")
+md5sums=('08a9fde32a45c9e2e0b4cec6eca249c2')
+
+
+build() {
+  cd "$srcdir"
+}
+
+package() {
+  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"
+}
+


Property changes on: jupyter_console/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list