[arch-commits] Commit in jupyter/repos (2 files)

Kyle Keen kkeen at archlinux.org
Tue Oct 11 14:55:29 UTC 2016


    Date: Tuesday, October 11, 2016 @ 14:55:29
  Author: kkeen
Revision: 191953

archrelease: copy trunk to community-testing-any

Added:
  jupyter/repos/community-testing-any/
  jupyter/repos/community-testing-any/PKGBUILD
    (from rev 191952, jupyter/trunk/PKGBUILD)

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

Copied: jupyter/repos/community-testing-any/PKGBUILD (from rev 191952, jupyter/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2016-10-11 14:55:29 UTC (rev 191953)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgbase=jupyter
+pkgname=(jupyter ipython2-notebook)
+pkgver=4.1.0
+pkgrel=6
+pkgdesc="A language-agnostic web-based interactive shell/notebook server."
+arch=('any')
+url="http://jupyter.org/"
+license=('BSD')
+depends=('python-setuptools' 'python-jinja' 'python-mistune'
+         'ipython' 'python-ipykernel' 'python-jupyter_core'
+         'python-ipywidgets' 'jupyter-nbformat' 'jupyter_console'
+         'python-jupyter_client')
+optdepends=('jupyter-nbconvert: notebook conversion')
+source=()
+md5sums=()
+
+# and now with everything split out, nothing is left
+# todo: packages depending on jupyter/ipython2-notebook don't have to
+# (unless they want to make it easy for me to handle updates?)
+
+# python-jinja and python-mistune are missing from something in the tree?
+
+# honorable mention for python{,2}-qtconsole somewhere?
+
+build() {
+  cd "$srcdir"
+}
+
+package_jupyter() {
+  cd "$srcdir"
+}
+
+package_ipython2-notebook() {
+  # deprecated package?
+  pkgdesc="Misc libraries required for notebook integration."
+  depends=('ipython2' 'python2-ipykernel'
+           'python2-jupyter_core' 'python2-jupyter_client')
+  cd "$srcdir"
+}
+



More information about the arch-commits mailing list