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

Kyle Keen kkeen at archlinux.org
Wed Jun 5 01:46:52 UTC 2019


    Date: Wednesday, June 5, 2019 @ 01:46:52
  Author: kkeen
Revision: 476925

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   53 ++++++++++++++++++++++++++---------------------------
 1 file changed, 26 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-05 01:46:05 UTC (rev 476924)
+++ PKGBUILD	2019-06-05 01:46:52 UTC (rev 476925)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=jupyter-nbconvert
-_name=nbconvert
-pkgver=5.4
-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' 'jupyter-nbformat' 'python-pygments' 'python-mistune'
-         'python-jinja' 'python-entrypoints' 'python-traitlets'
-         'python-pandocfilters' 'python-bleach' 'python-testpath'
-         'python-defusedxml')
-# really depends on jupyter-client, 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=('f07cdd9e4df732dc218aa0c134fa4600')
-
-package() {
-  cd "$srcdir/nbconvert-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: jupyter-nbconvert/repos/community-any/PKGBUILD (from rev 476924, jupyter-nbconvert/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-05 01:46:52 UTC (rev 476925)
@@ -0,0 +1,26 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter-nbconvert
+_name=nbconvert
+pkgver=5.5.0
+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' 'jupyter-nbformat' 'python-pygments' 'python-mistune'
+         'python-jinja' 'python-entrypoints' 'python-traitlets'
+         'python-pandocfilters' 'python-bleach' 'python-testpath'
+         'python-defusedxml')
+# really depends on jupyter-client, 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=('9ca7b333ef2ee2693045cb67e085289b')
+
+package() {
+  cd "$srcdir/nbconvert-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list