[arch-commits] Commit in jupyter-nbformat/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Fri Jul 13 19:49:40 UTC 2018


    Date: Friday, July 13, 2018 @ 19:49:40
  Author: foutrelis
Revision: 358798

archrelease: copy trunk to community-staging-any

Added:
  jupyter-nbformat/repos/community-staging-any/
  jupyter-nbformat/repos/community-staging-any/PKGBUILD
    (from rev 358796, jupyter-nbformat/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: jupyter-nbformat/repos/community-staging-any/PKGBUILD (from rev 358796, jupyter-nbformat/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-07-13 19:49:40 UTC (rev 358798)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter-nbformat
+pkgver=4.4.0
+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=('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