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

Kyle Keen kkeen at archlinux.org
Mon Jan 18 11:56:39 UTC 2021


    Date: Monday, January 18, 2021 @ 11:56:38
  Author: kkeen
Revision: 822827

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-18 11:56:24 UTC (rev 822826)
+++ PKGBUILD	2021-01-18 11:56:38 UTC (rev 822827)
@@ -1,33 +0,0 @@
-# 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"
-}
-

Copied: jupyter/repos/community-any/PKGBUILD (from rev 822826, jupyter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-18 11:56:38 UTC (rev 822827)
@@ -0,0 +1,33 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter
+pkgver=4.6.3
+pkgrel=2
+pkgdesc="A language-agnostic web-based interactive shell/notebook server."
+arch=('any')
+url="https://jupyter.org/"
+license=('BSD')
+depends=('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