[arch-commits] Commit in jupyter-nbformat/repos (community-any community-any/PKGBUILD)

Kyle Keen kkeen at archlinux.org
Tue Oct 11 11:55:25 UTC 2016


    Date: Tuesday, October 11, 2016 @ 11:55:24
  Author: kkeen
Revision: 191917

archrelease: copy trunk to community-any

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

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

Copied: jupyter-nbformat/repos/community-any/PKGBUILD (from rev 191916, jupyter-nbformat/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2016-10-11 11:55:24 UTC (rev 191917)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter-nbformat
+pkgver=4.1.0
+pkgrel=1
+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=("https://github.com/jupyter/nbformat/archive/$pkgver.tar.gz")
+md5sums=('826b4fc4ec42553b20144f53b57b4e7b')
+
+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