[arch-commits] Commit in jupyter-nbconvert/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Jul 18 01:47:03 UTC 2018
Date: Wednesday, July 18, 2018 @ 01:47:03
Author: felixonmars
Revision: 361207
archrelease: copy trunk to community-staging-any
Added:
jupyter-nbconvert/repos/community-staging-any/
jupyter-nbconvert/repos/community-staging-any/PKGBUILD
(from rev 361206, jupyter-nbconvert/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: jupyter-nbconvert/repos/community-staging-any/PKGBUILD (from rev 361206, jupyter-nbconvert/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2018-07-18 01:47:03 UTC (rev 361207)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter-nbconvert
+_name=nbconvert
+pkgver=5.3.1
+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')
+# 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=('e18975e552845bc9e16fe537ec4bee06')
+
+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