[arch-commits] Commit in jupyter-nbformat/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Nov 9 18:28:05 UTC 2020
Date: Monday, November 9, 2020 @ 18:28:05
Author: foutrelis
Revision: 747991
archrelease: copy trunk to community-staging-any
Added:
jupyter-nbformat/repos/community-staging-any/
jupyter-nbformat/repos/community-staging-any/PKGBUILD
(from rev 747989, jupyter-nbformat/trunk/PKGBUILD)
----------+
PKGBUILD | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
Copied: jupyter-nbformat/repos/community-staging-any/PKGBUILD (from rev 747989, jupyter-nbformat/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-09 18:28:05 UTC (rev 747991)
@@ -0,0 +1,23 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter-nbformat
+pkgver=5.0.6
+pkgrel=2
+pkgdesc="The base implementation of the Jupyter Notebook format and Python APIs for working with notebooks"
+arch=('any')
+url="https://pypi.python.org/pypi/nbformat"
+license=('BSD')
+depends=('python-traitlets' 'python-jupyter_core' 'python-jsonschema')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbformat/archive/$pkgver.tar.gz")
+md5sums=('e7bbe3a1219c470412c28cb0693baec9')
+
+build() {
+ cd "$srcdir"
+}
+
+package() {
+ cd "$srcdir/nbformat-$pkgver"
+ python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+ install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
More information about the arch-commits
mailing list