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

Kyle Keen kkeen at archlinux.org
Tue Sep 4 11:02:01 UTC 2018


    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
===================================================================
--- PKGBUILD	2018-09-04 11:01:47 UTC (rev 376607)
+++ PKGBUILD	2018-09-04 11:02:01 UTC (rev 376608)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-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)
+++ PKGBUILD	2018-09-04 11:02:01 UTC (rev 376608)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+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}
+}



More information about the arch-commits mailing list