[arch-commits] Commit in jupyter-widgetsnbextension/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Sat Mar 25 18:30:54 UTC 2017
Date: Saturday, March 25, 2017 @ 18:30:53
Author: kkeen
Revision: 218980
upgpkg: jupyter-widgetsnbextension 1:2.0.0-1
Modified:
jupyter-widgetsnbextension/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-03-25 18:22:25 UTC (rev 218979)
+++ PKGBUILD 2017-03-25 18:30:53 UTC (rev 218980)
@@ -1,24 +1,24 @@
# $Id$
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=jupyter-widgetsnbextension
-pkgver=1.2.6
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
epoch=1
pkgdesc="Interactive HTML widgets for Jupyter notebooks"
arch=(any)
-url="http://ipython.org"
+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=('0aa4e152c9ba2d704389dc2453f448c7')
+md5sums=('4a20d3c3fee43dba15da2e7c1ad6bbf3')
build() {
- cd widgetsnbextension-$pkgver
+ cd "widgetsnbextension-$pkgver"
python setup.py build
}
package() {
- cd widgetsnbextension-$pkgver
+ cd "widgetsnbextension-$pkgver"
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
}
More information about the arch-commits
mailing list