[arch-commits] Commit in jupyter-nbconvert/repos/community-any (PKGBUILD PKGBUILD)
Kyle Keen
kkeen at gemini.archlinux.org
Fri Jul 16 09:43:06 UTC 2021
Date: Friday, July 16, 2021 @ 09:43:06
Author: kkeen
Revision: 977590
archrelease: copy trunk to community-any
Added:
jupyter-nbconvert/repos/community-any/PKGBUILD
(from rev 977589, jupyter-nbconvert/trunk/PKGBUILD)
Deleted:
jupyter-nbconvert/repos/community-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-16 09:42:45 UTC (rev 977589)
+++ PKGBUILD 2021-07-16 09:43:06 UTC (rev 977590)
@@ -1,31 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=jupyter-nbconvert
-_name=nbconvert
-pkgver=6.0.7
-pkgrel=3
-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' 'jupyter-nbclient' 'jupyterlab_pygments')
-# 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=('7327576d903f4eb09968ed70524713d9')
-
-build() {
- cd nbconvert-$pkgver
- python setup.py build
-}
-
-package() {
- cd "$srcdir/nbconvert-$pkgver"
- python3 setup.py install --root="$pkgdir" --optimize=0
-
- install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: jupyter-nbconvert/repos/community-any/PKGBUILD (from rev 977589, jupyter-nbconvert/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-16 09:43:06 UTC (rev 977590)
@@ -0,0 +1,31 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter-nbconvert
+_name=nbconvert
+pkgver=6.1.0
+pkgrel=1
+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' 'jupyter-nbclient' 'jupyterlab_pygments')
+# 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=('5673ebd8e67bfec77755de845572dc4d')
+
+build() {
+ cd nbconvert-$pkgver
+ python setup.py build
+}
+
+package() {
+ cd "$srcdir/nbconvert-$pkgver"
+ python3 setup.py install --root="$pkgdir" --optimize=0
+
+ install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
More information about the arch-commits
mailing list