[arch-commits] Commit in jupyter-nbconvert/repos (2 files)
Kyle Keen
kkeen at archlinux.org
Sun Apr 24 23:10:08 UTC 2016
Date: Monday, April 25, 2016 @ 01:10:07
Author: kkeen
Revision: 171737
archrelease: copy trunk to community-any
Added:
jupyter-nbconvert/repos/community-any/
jupyter-nbconvert/repos/community-any/PKGBUILD
(from rev 171736, jupyter-nbconvert/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: jupyter-nbconvert/repos/community-any/PKGBUILD (from rev 171736, jupyter-nbconvert/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2016-04-24 23:10:07 UTC (rev 171737)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter-nbconvert
+_name=nbconvert
+pkgver=4.2.0
+pkgrel=1
+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