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

David Runge dvzrv at gemini.archlinux.org
Thu Oct 21 18:21:15 UTC 2021


    Date: Thursday, October 21, 2021 @ 18:21:14
  Author: dvzrv
Revision: 1032016

archrelease: copy trunk to community-staging-any

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

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

Copied: jupyter/repos/community-staging-any/PKGBUILD (from rev 1032015, jupyter/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-10-21 18:21:14 UTC (rev 1032016)
@@ -0,0 +1,41 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter
+pkgver=4.6.3
+pkgrel=3
+pkgdesc="A language-agnostic web-based interactive shell/notebook server."
+arch=('any')
+url="https://jupyter.org/"
+license=('BSD')
+depends=(
+  'ipython'
+  'jupyter_console'
+  'jupyter-nbformat'
+  'python-ipykernel'
+  'python-ipywidgets'
+  'python-jinja'
+  'python-jupyter_client'
+  'python-jupyter_core'
+  'python-mistune1'
+)
+optdepends=('jupyter-nbconvert: notebook conversion')
+source=("${pkgname}-${pkgver}-license::https://github.com/jupyter/jupyter/blob/b0cc1245aed40284f1994cf5179a5e288c5eaf1b/LICENSE")
+sha256sums=('281932867c40720217329199aa4af3570fb340dbab942f7ed713f23655bb74c5')
+b2sums=('541ce48711f4b483c70d17d85b523f646197c1071aaca5f4706441fa972278265b8fc16253e7cf0a49b0390a71120a9e2ef86454256e212a3c11a6e2159c8ce8')
+
+# 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() {
+  true
+}
+
+package() {
+  install -vDm 644 "${pkgname}-${pkgver}-license" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+



More information about the arch-commits mailing list