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

2019-12-01 Thread Kyle Keen via arch-commits
Date: Monday, December 2, 2019 @ 03:47:14
  Author: kkeen
Revision: 534671

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 03:46:58 UTC (rev 534670)
+++ PKGBUILD2019-12-02 03:47:14 UTC (rev 534671)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Kyle Keen 
-pkgname=jupyter-widgetsnbextension
-pkgver=3.5.0
-pkgrel=4
-epoch=1
-pkgdesc="Interactive HTML widgets for Jupyter notebooks"
-arch=('any')
-url="https://pypi.python.org/pypi/widgetsnbextension;
-license=('BSD')
-depends=('jupyter-notebook')
-source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz;)
-md5sums=('2038ef983e480543408a5db155e333f6')
-
-build() {
-  cd "widgetsnbextension-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "widgetsnbextension-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  mv "$pkgdir/usr/etc" "$pkgdir/etc"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: jupyter-widgetsnbextension/repos/community-any/PKGBUILD (from rev 
534670, jupyter-widgetsnbextension/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 03:47:14 UTC (rev 534671)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Kyle Keen 
+pkgname=jupyter-widgetsnbextension
+pkgver=3.5.1
+pkgrel=1
+epoch=1
+pkgdesc="Interactive HTML widgets for Jupyter notebooks"
+arch=('any')
+url="https://pypi.python.org/pypi/widgetsnbextension;
+license=('BSD')
+depends=('jupyter-notebook')
+source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz;)
+md5sums=('3dc5f96919c032a885950e3819bdee7b')
+
+build() {
+  cd "widgetsnbextension-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "widgetsnbextension-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  mv "$pkgdir/usr/etc" "$pkgdir/etc"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-07-08 Thread Kyle Keen via arch-commits
Date: Monday, July 8, 2019 @ 12:13:29
  Author: kkeen
Revision: 487701

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-08 12:13:15 UTC (rev 487700)
+++ PKGBUILD2019-07-08 12:13:29 UTC (rev 487701)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Kyle Keen 
-pkgname=jupyter-widgetsnbextension
-pkgver=3.4.2
-pkgrel=1
-epoch=1
-pkgdesc="Interactive HTML widgets for Jupyter notebooks"
-arch=('any')
-url="https://pypi.python.org/pypi/widgetsnbextension;
-license=('BSD')
-depends=('jupyter-notebook')
-source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz;)
-md5sums=('a165830e095877a9c576c817656850e9')
-
-build() {
-  cd "widgetsnbextension-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "widgetsnbextension-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  mv "$pkgdir/usr/etc" "$pkgdir/etc"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: jupyter-widgetsnbextension/repos/community-any/PKGBUILD (from rev 
487700, jupyter-widgetsnbextension/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-08 12:13:29 UTC (rev 487701)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Kyle Keen 
+pkgname=jupyter-widgetsnbextension
+pkgver=3.5.0
+pkgrel=1
+epoch=1
+pkgdesc="Interactive HTML widgets for Jupyter notebooks"
+arch=('any')
+url="https://pypi.python.org/pypi/widgetsnbextension;
+license=('BSD')
+depends=('jupyter-notebook')
+source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz;)
+md5sums=('2038ef983e480543408a5db155e333f6')
+
+build() {
+  cd "widgetsnbextension-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "widgetsnbextension-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  mv "$pkgdir/usr/etc" "$pkgdir/etc"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-09-18 Thread Kyle Keen via arch-commits
Date: Tuesday, September 18, 2018 @ 20:06:28
  Author: kkeen
Revision: 383202

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-18 20:06:16 UTC (rev 383201)
+++ PKGBUILD2018-09-18 20:06:28 UTC (rev 383202)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-pkgname=jupyter-widgetsnbextension
-pkgver=3.4.1
-pkgrel=1
-epoch=1
-pkgdesc="Interactive HTML widgets for Jupyter notebooks"
-arch=(any)
-url="https://pypi.python.org/pypi/widgetsnbextension;
-license=(BSD)
-depends=(jupyter-notebook)
-makedepends=()
-source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz;)
-md5sums=('5cae24ad6185a33709bc5acffdb993e1')
-
-build() {
-  cd "widgetsnbextension-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "widgetsnbextension-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  mv "$pkgdir"{/usr/etc,/etc}
-}

Copied: jupyter-widgetsnbextension/repos/community-any/PKGBUILD (from rev 
383201, jupyter-widgetsnbextension/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-18 20:06:28 UTC (rev 383202)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Kyle Keen 
+pkgname=jupyter-widgetsnbextension
+pkgver=3.4.2
+pkgrel=1
+epoch=1
+pkgdesc="Interactive HTML widgets for Jupyter notebooks"
+arch=('any')
+url="https://pypi.python.org/pypi/widgetsnbextension;
+license=('BSD')
+depends=('jupyter-notebook')
+source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz;)
+md5sums=('a165830e095877a9c576c817656850e9')
+
+build() {
+  cd "widgetsnbextension-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "widgetsnbextension-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  mv "$pkgdir/usr/etc" "$pkgdir/etc"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-09-04 Thread Kyle Keen via arch-commits
Date: Tuesday, September 4, 2018 @ 11:02:01
  Author: kkeen
Revision: 376608

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-04 11:01:47 UTC (rev 376607)
+++ PKGBUILD2018-09-04 11:02:01 UTC (rev 376608)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-pkgname=jupyter-widgetsnbextension
-pkgver=3.4.0
-pkgrel=1
-epoch=1
-pkgdesc="Interactive HTML widgets for Jupyter notebooks"
-arch=(any)
-url="https://pypi.python.org/pypi/widgetsnbextension;
-license=(BSD)
-depends=(jupyter-notebook)
-makedepends=()
-source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz;)
-md5sums=('44e598d25b17e072aba81f4dc35d4c5a')
-
-build() {
-  cd "widgetsnbextension-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "widgetsnbextension-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  mv "$pkgdir"{/usr/etc,/etc}
-}

Copied: jupyter-widgetsnbextension/repos/community-any/PKGBUILD (from rev 
376607, jupyter-widgetsnbextension/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-04 11:02:01 UTC (rev 376608)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+pkgname=jupyter-widgetsnbextension
+pkgver=3.4.1
+pkgrel=1
+epoch=1
+pkgdesc="Interactive HTML widgets for Jupyter notebooks"
+arch=(any)
+url="https://pypi.python.org/pypi/widgetsnbextension;
+license=(BSD)
+depends=(jupyter-notebook)
+makedepends=()
+source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz;)
+md5sums=('5cae24ad6185a33709bc5acffdb993e1')
+
+build() {
+  cd "widgetsnbextension-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "widgetsnbextension-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  mv "$pkgdir"{/usr/etc,/etc}
+}


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

2018-08-22 Thread Kyle Keen via arch-commits
Date: Wednesday, August 22, 2018 @ 22:19:46
  Author: kkeen
Revision: 373319

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-22 22:19:34 UTC (rev 373318)
+++ PKGBUILD2018-08-22 22:19:46 UTC (rev 373319)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-pkgname=jupyter-widgetsnbextension
-pkgver=3.2.1
-pkgrel=2
-epoch=1
-pkgdesc="Interactive HTML widgets for Jupyter notebooks"
-arch=(any)
-url="https://pypi.python.org/pypi/widgetsnbextension;
-license=(BSD)
-depends=(jupyter-notebook)
-makedepends=()
-source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz;)
-md5sums=('2b87b1461738f10c0d476b2e2aa8099d')
-
-build() {
-  cd "widgetsnbextension-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "widgetsnbextension-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  mv "$pkgdir"{/usr/etc,/etc}
-}

Copied: jupyter-widgetsnbextension/repos/community-any/PKGBUILD (from rev 
373318, jupyter-widgetsnbextension/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-22 22:19:46 UTC (rev 373319)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+pkgname=jupyter-widgetsnbextension
+pkgver=3.4.0
+pkgrel=1
+epoch=1
+pkgdesc="Interactive HTML widgets for Jupyter notebooks"
+arch=(any)
+url="https://pypi.python.org/pypi/widgetsnbextension;
+license=(BSD)
+depends=(jupyter-notebook)
+makedepends=()
+source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz;)
+md5sums=('44e598d25b17e072aba81f4dc35d4c5a')
+
+build() {
+  cd "widgetsnbextension-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "widgetsnbextension-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  mv "$pkgdir"{/usr/etc,/etc}
+}


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

2018-06-26 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 26, 2018 @ 06:52:33
  Author: arojas
Revision: 346120

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 06:52:32 UTC (rev 346119)
+++ PKGBUILD2018-06-26 06:52:33 UTC (rev 346120)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-pkgname=jupyter-widgetsnbextension
-pkgver=2.0.0
-pkgrel=1
-epoch=1
-pkgdesc="Interactive HTML widgets for Jupyter notebooks"
-arch=(any)
-url="https://pypi.python.org/pypi/widgetsnbextension;
-license=(BSD)
-depends=(jupyter-notebook)
-makedepends=()
-source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz;)
-md5sums=('4a20d3c3fee43dba15da2e7c1ad6bbf3')
-
-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 
346118, jupyter-widgetsnbextension/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 06:52:33 UTC (rev 346120)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+pkgname=jupyter-widgetsnbextension
+pkgver=3.2.1
+pkgrel=1
+epoch=1
+pkgdesc="Interactive HTML widgets for Jupyter notebooks"
+arch=(any)
+url="https://pypi.python.org/pypi/widgetsnbextension;
+license=(BSD)
+depends=(jupyter-notebook)
+makedepends=()
+source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz;)
+md5sums=('2b87b1461738f10c0d476b2e2aa8099d')
+
+build() {
+  cd "widgetsnbextension-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "widgetsnbextension-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  mv "$pkgdir"{/usr/etc,/etc}
+}


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

2017-03-25 Thread Kyle Keen
Date: Saturday, March 25, 2017 @ 18:31:08
  Author: kkeen
Revision: 218981

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-25 18:30:53 UTC (rev 218980)
+++ PKGBUILD2017-03-25 18:31:08 UTC (rev 218981)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-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
-}

Copied: jupyter-widgetsnbextension/repos/community-any/PKGBUILD (from rev 
218980, jupyter-widgetsnbextension/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-25 18:31:08 UTC (rev 218981)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+pkgname=jupyter-widgetsnbextension
+pkgver=2.0.0
+pkgrel=1
+epoch=1
+pkgdesc="Interactive HTML widgets for Jupyter notebooks"
+arch=(any)
+url="https://pypi.python.org/pypi/widgetsnbextension;
+license=(BSD)
+depends=(jupyter-notebook)
+makedepends=()
+source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz;)
+md5sums=('4a20d3c3fee43dba15da2e7c1ad6bbf3')
+
+build() {
+  cd "widgetsnbextension-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "widgetsnbextension-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2016-11-14 Thread Antonio Rojas
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
===
--- PKGBUILD2016-11-15 07:10:17 UTC (rev 195940)
+++ PKGBUILD2016-11-15 07:10:38 UTC (rev 195941)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-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)
+++ PKGBUILD2016-11-15 07:10:38 UTC (rev 195941)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+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
+}


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

2016-11-02 Thread Antonio Rojas
Date: Wednesday, November 2, 2016 @ 22:59:48
  Author: arojas
Revision: 194561

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-02 22:59:27 UTC (rev 194560)
+++ PKGBUILD2016-11-02 22:59:48 UTC (rev 194561)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-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
-}

Copied: jupyter-widgetsnbextension/repos/community-any/PKGBUILD (from rev 
194560, jupyter-widgetsnbextension/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-02 22:59:48 UTC (rev 194561)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+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
+}


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

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