[arch-commits] Commit in (3 files)

Antonio Rojas arojas at archlinux.org
Tue Sep 20 20:54:16 UTC 2016


    Date: Tuesday, September 20, 2016 @ 20:54:16
  Author: arojas
Revision: 190076

Add widgetsnbextensions, sagemath dependency

Added:
  jupyter-widgetsnbextension/
  jupyter-widgetsnbextension/trunk/
  jupyter-widgetsnbextension/trunk/PKGBUILD

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

Added: jupyter-widgetsnbextension/trunk/PKGBUILD
===================================================================
--- jupyter-widgetsnbextension/trunk/PKGBUILD	                        (rev 0)
+++ jupyter-widgetsnbextension/trunk/PKGBUILD	2016-09-20 20:54:16 UTC (rev 190076)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+pkgname=jupyter-widgetsnbextension
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="Interactive HTML widgets for Jupyter notebooks"
+arch=(any)
+url="http://ipython.org"
+license=(BSD)
+depends=(jupyter-notebook)
+makedepends=()
+source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz")
+md5sums=('0aa4e152c9ba2d704389dc2453f448c7')
+
+build() {
+  cd widgetsnbextension-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd widgetsnbextension-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


Property changes on: jupyter-widgetsnbextension/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list