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

Kyle Keen kkeen at archlinux.org
Mon Dec 2 02:53:58 UTC 2019


    Date: Monday, December 2, 2019 @ 02:53:58
  Author: kkeen
Revision: 534667

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-02 02:53:45 UTC (rev 534666)
+++ PKGBUILD	2019-12-02 02:53:58 UTC (rev 534667)
@@ -1,26 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=jupyter-nbconvert
-_name=nbconvert
-pkgver=5.6.0
-pkgrel=4
-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=('78da0a9bc366982e05aa5eb5aae7c0f7')
-
-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 534666, jupyter-nbconvert/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-02 02:53:58 UTC (rev 534667)
@@ -0,0 +1,26 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter-nbconvert
+_name=nbconvert
+pkgver=5.6.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' '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=('579bfeb4ef5e361ff36c523c403528e8')
+
+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