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

Felix Yan felixonmars at archlinux.org
Tue Dec 27 06:49:54 UTC 2016


    Date: Tuesday, December 27, 2016 @ 06:49:53
  Author: felixonmars
Revision: 202977

archrelease: copy trunk to community-staging-any

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

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

Copied: jupyter-nbformat/repos/community-staging-any/PKGBUILD (from rev 202975, jupyter-nbformat/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-12-27 06:49:53 UTC (rev 202977)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter-nbformat
+pkgver=4.2.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.tar.gz::https://github.com/jupyter/nbformat/archive/$pkgver.tar.gz")
+md5sums=('60a1e83350f76e5eeb6fc65f173bde75')
+
+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