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

Kyle Keen kkeen at archlinux.org
Thu Mar 9 09:49:55 UTC 2017


    Date: Thursday, March 9, 2017 @ 09:49:54
  Author: kkeen
Revision: 215393

upgpkg: jupyter-nbconvert 5.1.1-1 (FS#52295)

Modified:
  jupyter-nbconvert/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-09 09:11:47 UTC (rev 215392)
+++ PKGBUILD	2017-03-09 09:49:54 UTC (rev 215393)
@@ -3,21 +3,20 @@
 
 pkgname=jupyter-nbconvert
 _name=nbconvert
-pkgver=5.0.0
+pkgver=5.1.1
 pkgrel=1
 pkgdesc="A language-agnostic web-based interactive shell/notebook server."
 arch=('any')
 url="https://pypi.python.org/pypi/nbconvert"
 license=('BSD')
-depends=('jupyter' 'python-pygments' 'python-mistune'
-         'python-jinja' 'python-entrypoints' 'python-traitlets')
+depends=('jupyter' 'jupyter-nbformat' 'python-pygments' 'python-mistune'
+         'python-jinja' 'python-entrypoints' 'python-traitlets'
+         'python-pandocfilters' 'python-bleach' 'python-testpath')
 # really depends on jupyter-client, not jupyter
-# really depends on jupyter-core, not jupyter
-# really depends on jupyter-nbformat, not jupyter
 makedepends=('python-setuptools')
 optdepends=('pandoc: non-html conversion output')
 source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbconvert/archive/$pkgver.tar.gz")
-md5sums=('ce3771220c3abd323347a4fe1be08a68')
+md5sums=('0bca35bc3e365cb4e2a730d493f304f8')
 
 package() {
   cd "$srcdir/nbconvert-$pkgver"



More information about the arch-commits mailing list