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

Antonio Rojas arojas at archlinux.org
Fri Mar 26 19:34:18 UTC 2021


    Date: Friday, March 26, 2021 @ 19:34:17
  Author: arojas
Revision: 904686

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-26 19:34:08 UTC (rev 904685)
+++ PKGBUILD	2021-03-26 19:34:17 UTC (rev 904686)
@@ -1,26 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=jupyter-nbconvert
-_name=nbconvert
-pkgver=6.0.7
-pkgrel=2
-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' 'jupyter-nbclient' 'jupyterlab_pygments')
-# 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=('7327576d903f4eb09968ed70524713d9')
-
-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 904685, jupyter-nbconvert/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-26 19:34:17 UTC (rev 904686)
@@ -0,0 +1,31 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter-nbconvert
+_name=nbconvert
+pkgver=6.0.7
+pkgrel=3
+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' 'jupyter-nbclient' 'jupyterlab_pygments')
+# 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=('7327576d903f4eb09968ed70524713d9')
+
+build() {
+  cd nbconvert-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/nbconvert-$pkgver"
+  python3 setup.py install --root="$pkgdir" --optimize=0
+
+  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list