[arch-commits] Commit in jupyter/trunk (PKGBUILD)

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


    Date: Friday, February 21, 2020 @ 12:29:13
  Author: kkeen
Revision: 577501

upgpkg: jupyter 4.6.3-1  remove ipython2-notebook

Modified:
  jupyter/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++--------------
 1 file changed, 5 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-21 11:51:08 UTC (rev 577500)
+++ PKGBUILD	2020-02-21 12:29:13 UTC (rev 577501)
@@ -1,9 +1,8 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
-pkgbase=jupyter
-pkgname=(jupyter ipython2-notebook)
-pkgver=4.1.0
-pkgrel=7
+pkgname=jupyter
+pkgver=4.6.3
+pkgrel=1
 pkgdesc="A language-agnostic web-based interactive shell/notebook server."
 arch=('any')
 url="https://jupyter.org/"
@@ -17,7 +16,7 @@
 md5sums=()
 
 # and now with everything split out, nothing is left
-# todo: packages depending on jupyter/ipython2-notebook don't have to
+# 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?
@@ -28,15 +27,7 @@
   cd "$srcdir"
 }
 
-package_jupyter() {
+package() {
   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