development/jupyter-widgetsnbextension: Upgraded for version 2.0.0.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2017-03-25 20:05:48 -07:00 committed by Willy Sudiarto Raharjo
parent 1c1ecdc54b
commit c8769ff359
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
SRCNAM=widgetsnbextension
PRGNAM=jupyter-$SRCNAM
VERSION=${VERSION:-1.2.6}
VERSION=${VERSION:-2.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="jupyter-widgetsnbextension"
VERSION="1.2.6"
VERSION="2.0.0"
HOMEPAGE="https://github.com/ipython/ipywidgets"
DOWNLOAD="https://pypi.python.org/packages/a2/0f/7044b0de3709d9564248dd124209348c4f3b1dae0143aa272f8a2abe04ce/widgetsnbextension-1.2.6.tar.gz"
MD5SUM="0aa4e152c9ba2d704389dc2453f448c7"
DOWNLOAD="https://files.pythonhosted.org/packages/source/w/widgetsnbextension/widgetsnbextension-2.0.0.tar.gz"
MD5SUM="4a20d3c3fee43dba15da2e7c1ad6bbf3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jupyter-notebook"