development/jupyter-ipyleaflet: Updated for version 0.11.6.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2020-01-01 13:56:29 -08:00 committed by Robby Workman
parent 11e83ce96a
commit 6cb6026ce8
2 changed files with 8 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for jupyter-ipyleaflet
# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -22,12 +22,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
SRCNAM=ipyleaflet
PRGNAM=jupyter-$SRCNAM
VERSION=${VERSION:-0.10.1}
PRGNAM=jupyter-ipyleaflet
VERSION=${VERSION:-0.11.6}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
SRCNAM=ipyleaflet
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;

View file

@ -1,8 +1,8 @@
PRGNAM="jupyter-ipyleaflet"
VERSION="0.10.1"
VERSION="0.11.6"
HOMEPAGE="https://github.com/ellisonbg/ipyleaflet"
DOWNLOAD="https://anaconda.org/conda-forge/ipyleaflet/0.10.1/download/linux-64/ipyleaflet-0.10.1-py37_0.tar.bz2"
MD5SUM="53329a5c29512903e07e6ad443291fd8"
DOWNLOAD="https://anaconda.org/conda-forge/ipyleaflet/0.11.6/download/linux-64/ipyleaflet-0.11.6-py37_0.tar.bz2"
MD5SUM="7ec9fb700cf2052f10fca3092b0a35a7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jupyter-ipywidgets python-branca traittypes"