development/jupyter-ipyleaflet: Updated for version 0.10.1.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2019-04-08 23:21:15 -07:00 committed by Willy Sudiarto Raharjo
parent 25189996b4
commit b5a7e435b1
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for jupyter-ipyleaflet
# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
SRCNAM=ipyleaflet
PRGNAM=jupyter-$SRCNAM
VERSION=${VERSION:-0.9.1}
VERSION=${VERSION:-0.10.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="jupyter-ipyleaflet"
VERSION="0.9.1"
VERSION="0.10.1"
HOMEPAGE="https://github.com/ellisonbg/ipyleaflet"
DOWNLOAD="https://anaconda.org/conda-forge/ipyleaflet/0.9.1/download/linux-64/ipyleaflet-0.9.1-py27_0.tar.bz2"
MD5SUM="fd4400d18e3daf90d5f6de81d0320653"
DOWNLOAD="https://anaconda.org/conda-forge/ipyleaflet/0.10.1/download/linux-64/ipyleaflet-0.10.1-py27_0.tar.bz2"
MD5SUM="1bec2ed9d51c830b8eff67a2ba2a6e33"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jupyter-ipywidgets traittypes"
REQUIRES="jupyter-ipywidgets python-branca traittypes"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"