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

Kyle Keen kkeen at archlinux.org
Tue Sep 18 20:06:28 UTC 2018


    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
===================================================================
--- PKGBUILD	2018-09-18 20:06:16 UTC (rev 383201)
+++ PKGBUILD	2018-09-18 20:06:28 UTC (rev 383202)
@@ -1,25 +0,0 @@
-# $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}
-}

Copied: jupyter-widgetsnbextension/repos/community-any/PKGBUILD (from rev 383201, jupyter-widgetsnbextension/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-18 20:06:28 UTC (rev 383202)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+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"
+}



More information about the arch-commits mailing list