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

Felix Yan felixonmars at archlinux.org
Fri Nov 9 22:27:15 UTC 2018


    Date: Friday, November 9, 2018 @ 22:27:14
  Author: felixonmars
Revision: 404972

archrelease: copy trunk to community-staging-any

Added:
  jupyter/repos/community-staging-any/
  jupyter/repos/community-staging-any/PKGBUILD
    (from rev 404971, jupyter/trunk/PKGBUILD)

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

Copied: jupyter/repos/community-staging-any/PKGBUILD (from rev 404971, jupyter/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-09 22:27:14 UTC (rev 404972)
@@ -0,0 +1,42 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgbase=jupyter
+pkgname=(jupyter ipython2-notebook)
+pkgver=4.1.0
+pkgrel=7
+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