[arch-commits] Commit in jupyter-widgetsnbextension/trunk (PKGBUILD)

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


    Date: Tuesday, September 18, 2018 @ 20:06:16
  Author: kkeen
Revision: 383201

upgpkg: jupyter-widgetsnbextension 1:3.4.2-1

Modified:
  jupyter-widgetsnbextension/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-18 19:38:09 UTC (rev 383200)
+++ PKGBUILD	2018-09-18 20:06:16 UTC (rev 383201)
@@ -1,16 +1,16 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Kyle Keen <keenerd at gmail.com>
 pkgname=jupyter-widgetsnbextension
-pkgver=3.4.1
+pkgver=3.4.2
 pkgrel=1
 epoch=1
 pkgdesc="Interactive HTML widgets for Jupyter notebooks"
-arch=(any)
+arch=('any')
 url="https://pypi.python.org/pypi/widgetsnbextension"
-license=(BSD)
-depends=(jupyter-notebook)
-makedepends=()
+license=('BSD')
+depends=('jupyter-notebook')
 source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz")
-md5sums=('5cae24ad6185a33709bc5acffdb993e1')
+md5sums=('a165830e095877a9c576c817656850e9')
 
 build() {
   cd "widgetsnbextension-$pkgver"
@@ -20,5 +20,6 @@
 package() {
   cd "widgetsnbextension-$pkgver"
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  mv "$pkgdir"{/usr/etc,/etc}
+  mv "$pkgdir/usr/etc" "$pkgdir/etc"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



More information about the arch-commits mailing list