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

Kyle Keen kkeen at archlinux.org
Tue Oct 11 13:46:20 UTC 2016


    Date: Tuesday, October 11, 2016 @ 13:46:20
  Author: kkeen
Revision: 191927

upgpkg: python-ipykernel 4.5.0-4

Modified:
  python-ipykernel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-11 13:32:28 UTC (rev 191926)
+++ PKGBUILD	2016-10-11 13:46:20 UTC (rev 191927)
@@ -4,18 +4,18 @@
 pkgbase=python-ipykernel
 pkgname=(python-ipykernel python2-ipykernel)
 pkgver=4.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc="The ipython kernel for Jupyter"
 arch=('any')
 url="https://pypi.python.org/pypi/ipykernel"
 license=('BSD')
-depends=('python-traitlets' 'python-tornado' 'jupyter' 'ipython')
+depends=('python-traitlets' 'python-tornado' 'ipython')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("https://github.com/ipython/ipykernel/archive/$pkgver.tar.gz")
 md5sums=('ea6aaf431b100452905aaca208edac72')
 
-# jupyter -> python-jupyter_client
-# ipython2-notebook -> python2-jupyter_client
+# jupyter -> python-jupyter_client  (add once dep cycle is resolved)
+# ipython2-notebook -> python2-jupyter_client (add once dep cycle is resolved)
 
 prepare() {
   cd "$srcdir"
@@ -31,7 +31,7 @@
 }
 
 package_python2-ipykernel() {
-  depends=('python2-traitlets' 'python2-tornado' 'ipython2-notebook' 'ipython2')
+  depends=('python2-traitlets' 'python2-tornado' 'ipython2')
 
   cd "$srcdir/python2-ipykernel-$pkgver"
   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0



More information about the arch-commits mailing list