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

Felix Yan felixonmars at archlinux.org
Tue Dec 27 13:10:41 UTC 2016


    Date: Tuesday, December 27, 2016 @ 13:10:41
  Author: felixonmars
Revision: 203062

archrelease: copy trunk to community-staging-any

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

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

Copied: jupyter-widgetsnbextension/repos/community-staging-any/PKGBUILD (from rev 203061, jupyter-widgetsnbextension/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-12-27 13:10:41 UTC (rev 203062)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+pkgname=jupyter-widgetsnbextension
+pkgver=1.2.6
+pkgrel=2
+epoch=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
+}



More information about the arch-commits mailing list