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

Felix Yan felixonmars at archlinux.org
Tue Dec 27 13:12:48 UTC 2016


    Date: Tuesday, December 27, 2016 @ 13:12:48
  Author: felixonmars
Revision: 203066

archrelease: copy trunk to community-staging-any

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

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

Copied: jupyter-nbconvert/repos/community-staging-any/PKGBUILD (from rev 203065, jupyter-nbconvert/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-12-27 13:12:48 UTC (rev 203066)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter-nbconvert
+_name=nbconvert
+pkgver=4.2.0
+pkgrel=2
+pkgdesc="A language-agnostic web-based interactive shell/notebook server."
+arch=('any')
+url="http://jupyter.org/"
+license=('BSD')
+depends=('jupyter' 'ipython' 'python-pygments' 'python-mistune'
+         'python-jinja' 'python-entrypoints')
+# really depends on jupyter-client, not jupyter
+# really depends on jupyter-core, not jupyter
+# really depends on jupyter-nbformat, not jupyter
+# really depends on python-traitlets, not ipython
+makedepends=('python-setuptools')
+optdepends=('pandoc: non-html conversion output')
+source=("https://github.com/jupyter/nbconvert/archive/$pkgver.tar.gz")
+md5sums=('8bd88771cc00f575d5edcd0b5197f964')
+
+package() {
+  cd "$srcdir/nbconvert-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  install -Dm644 "COPYING.md" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}



More information about the arch-commits mailing list