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

Antonio Rojas arojas at archlinux.org
Tue Nov 15 07:10:39 UTC 2016


    Date: Tuesday, November 15, 2016 @ 07:10:38
  Author: arojas
Revision: 195941

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-15 07:10:17 UTC (rev 195940)
+++ PKGBUILD	2016-11-15 07:10:38 UTC (rev 195941)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-pkgname=jupyter-widgetsnbextension
-pkgver=2.0.0b2
-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=('dca2072d4a4b8c10bb823e786191a127')
-
-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 195940, jupyter-widgetsnbextension/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-11-15 07:10:38 UTC (rev 195941)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+pkgname=jupyter-widgetsnbextension
+pkgver=1.2.6
+pkgrel=1
+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