[arch-commits] Commit in jupyter-nbconvert/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Fri Oct 25 14:15:52 UTC 2019


    Date: Friday, October 25, 2019 @ 14:15:52
  Author: foutrelis
Revision: 518899

archrelease: copy trunk to community-staging-any

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

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

Copied: jupyter-nbconvert/repos/community-staging-any/PKGBUILD (from rev 518898, jupyter-nbconvert/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-10-25 14:15:52 UTC (rev 518899)
@@ -0,0 +1,26 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter-nbconvert
+_name=nbconvert
+pkgver=5.6.0
+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')
+# 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"
+}



More information about the arch-commits mailing list