Date: Tuesday, October 11, 2016 @ 11:54:01 Author: kkeen Revision: 191916
pkginit: jupyter-nbformat-4.1.0-1 Added: jupyter-nbformat/ jupyter-nbformat/repos/ jupyter-nbformat/trunk/ jupyter-nbformat/trunk/PKGBUILD ----------+ PKGBUILD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) Added: jupyter-nbformat/trunk/PKGBUILD =================================================================== --- jupyter-nbformat/trunk/PKGBUILD (rev 0) +++ jupyter-nbformat/trunk/PKGBUILD 2016-10-11 11:54:01 UTC (rev 191916) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Kyle Keen <[email protected]> + +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" +} + Property changes on: jupyter-nbformat/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
