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

Antonio Rojas arojas at archlinux.org
Mon Oct 31 20:19:59 UTC 2016


    Date: Monday, October 31, 2016 @ 20:19:58
  Author: arojas
Revision: 194157

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-31 20:19:35 UTC (rev 194156)
+++ PKGBUILD	2016-10-31 20:19:58 UTC (rev 194157)
@@ -1,23 +0,0 @@
-# $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
-}

Copied: jupyter-widgetsnbextension/repos/community-any/PKGBUILD (from rev 194156, jupyter-widgetsnbextension/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-10-31 20:19:58 UTC (rev 194157)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+pkgname=jupyter-widgetsnbextension
+pkgver=2.0.0b1
+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=('a844d3a483625801cd6cdc62b7fe3ec3')
+
+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