summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2018-11-19 14:51:48 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-11-24 12:35:38 +0700
commit70ac4b0ece22ba0c768025d1d2f11772b746c09f (patch)
tree62628c188678f4d7b86e5d363384dd88746cf5ff
parent7a043c390a80642da478edd9b3ca75c79ee01c6c (diff)
downloadslackbuilds-70ac4b0ece22ba0c768025d1d2f11772b746c09f.tar.gz
slackbuilds-70ac4b0ece22ba0c768025d1d2f11772b746c09f.tar.xz
development/jupyter-ipyleaflet: Updated for version 0.9.1.
-rw-r--r--development/jupyter-ipyleaflet/README3
-rw-r--r--development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild7
-rw-r--r--development/jupyter-ipyleaflet/jupyter-ipyleaflet.info8
3 files changed, 8 insertions, 10 deletions
diff --git a/development/jupyter-ipyleaflet/README b/development/jupyter-ipyleaflet/README
index b325289ecc..d2b0729feb 100644
--- a/development/jupyter-ipyleaflet/README
+++ b/development/jupyter-ipyleaflet/README
@@ -1,5 +1,2 @@
jupyter-ipyleaflet is a Jupyter-Leaflet bridge enabling interactive maps in the
Jupyter notebook.
-
-Before the widgets may be used in an IPython notebook, execute the following:
- jupyter nbextension enable --py ipyleaflet
diff --git a/development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild b/development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild
index d7ede150b8..220eb75333 100644
--- a/development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild
+++ b/development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for jupyter-ipyleaflet
-# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2017-2018 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.3.0}
+VERSION=${VERSION:-0.9.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -63,7 +63,7 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
mkdir $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
-tar xvf $CWD/$SRCNAM-$VERSION-py27_0.tar.bz2 || tar xvf $CWD/linux-64_$SRCNAM-$VERSION-py27_0.tar.bz2
+tar xvf $CWD/$SRCNAM-$VERSION-py27_0.tar.bz2
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@@ -74,6 +74,7 @@ find -L . \
mkdir -p $PKG/usr
cp -r lib $PKG/usr/lib$LIBDIRSUFFIX
cp -r share $PKG/usr/share
+cp -r etc $PKG/usr/etc
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/development/jupyter-ipyleaflet/jupyter-ipyleaflet.info b/development/jupyter-ipyleaflet/jupyter-ipyleaflet.info
index 8e854f85b9..5a956429f5 100644
--- a/development/jupyter-ipyleaflet/jupyter-ipyleaflet.info
+++ b/development/jupyter-ipyleaflet/jupyter-ipyleaflet.info
@@ -1,10 +1,10 @@
PRGNAM="jupyter-ipyleaflet"
-VERSION="0.3.0"
+VERSION="0.9.1"
HOMEPAGE="https://github.com/ellisonbg/ipyleaflet"
-DOWNLOAD="https://anaconda.org/conda-forge/ipyleaflet/0.3.0/download/linux-64/ipyleaflet-0.3.0-py27_0.tar.bz2"
-MD5SUM="a5b1c896b4f157bebf86ddb76ff42e51"
+DOWNLOAD="https://anaconda.org/conda-forge/ipyleaflet/0.9.1/download/linux-64/ipyleaflet-0.9.1-py27_0.tar.bz2"
+MD5SUM="fd4400d18e3daf90d5f6de81d0320653"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="jupyter-ipywidgets"
+REQUIRES="jupyter-ipywidgets traittypes"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"