[arch-commits] Commit in jupyter-nbconvert/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Mon Nov 9 12:11:57 UTC 2020
Date: Monday, November 9, 2020 @ 12:11:56
Author: felixonmars
Revision: 746856
archrelease: copy trunk to community-staging-any
Added:
jupyter-nbconvert/repos/community-staging-any/
jupyter-nbconvert/repos/community-staging-any/PKGBUILD
(from rev 746855, jupyter-nbconvert/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: jupyter-nbconvert/repos/community-staging-any/PKGBUILD (from rev 746855, jupyter-nbconvert/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-09 12:11:56 UTC (rev 746856)
@@ -0,0 +1,26 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter-nbconvert
+_name=nbconvert
+pkgver=5.6.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'
+ '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=('579bfeb4ef5e361ff36c523c403528e8')
+
+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