[arch-commits] Commit in jupyter-nbformat/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Sat Oct 26 04:27:37 UTC 2019
Date: Saturday, October 26, 2019 @ 04:27:36
Author: felixonmars
Revision: 520007
archrelease: copy trunk to community-staging-any
Added:
jupyter-nbformat/repos/community-staging-any/
jupyter-nbformat/repos/community-staging-any/PKGBUILD
(from rev 520006, jupyter-nbformat/trunk/PKGBUILD)
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Copied: jupyter-nbformat/repos/community-staging-any/PKGBUILD (from rev 520006, jupyter-nbformat/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2019-10-26 04:27:36 UTC (rev 520007)
@@ -0,0 +1,24 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter-nbformat
+pkgver=4.4.0
+pkgrel=3
+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=('9893bb73fedf1d7c5aa6966b65de3590')
+
+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