[arch-commits] Commit in jupyter_console/repos (community-any community-any/PKGBUILD)

Kyle Keen kkeen at archlinux.org
Tue Oct 11 13:50:36 UTC 2016


    Date: Tuesday, October 11, 2016 @ 13:50:36
  Author: kkeen
Revision: 191930

archrelease: copy trunk to community-any

Added:
  jupyter_console/repos/community-any/
  jupyter_console/repos/community-any/PKGBUILD
    (from rev 191929, jupyter_console/trunk/PKGBUILD)

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

Copied: jupyter_console/repos/community-any/PKGBUILD (from rev 191929, jupyter_console/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2016-10-11 13:50:36 UTC (rev 191930)
@@ -0,0 +1,26 @@
+# $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-jupyter_client' 'python-ipykernel'
+         '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"
+}
+



More information about the arch-commits mailing list