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

Kyle Keen kkeen at archlinux.org
Fri Feb 21 12:29:23 UTC 2020


    Date: Friday, February 21, 2020 @ 12:29:23
  Author: kkeen
Revision: 577502

archrelease: copy trunk to community-any

Added:
  jupyter/repos/community-any/PKGBUILD
    (from rev 577501, jupyter/trunk/PKGBUILD)
Deleted:
  jupyter/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-21 12:29:13 UTC (rev 577501)
+++ PKGBUILD	2020-02-21 12:29:23 UTC (rev 577502)
@@ -1,42 +0,0 @@
-# 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"
-}
-

Copied: jupyter/repos/community-any/PKGBUILD (from rev 577501, jupyter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-21 12:29:23 UTC (rev 577502)
@@ -0,0 +1,33 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter
+pkgver=4.6.3
+pkgrel=1
+pkgdesc="A language-agnostic web-based interactive shell/notebook server."
+arch=('any')
+url="https://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 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() {
+  cd "$srcdir"
+}
+



More information about the arch-commits mailing list