development/jupyter-ipyleaflet: Updated to use Python 3.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2019-05-16 23:18:29 -07:00 committed by Willy Sudiarto Raharjo
parent 3b304c41cc
commit 568ec8b4db
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with 6 additions and 4 deletions

View File

@ -1,2 +1,4 @@
jupyter-ipyleaflet is a Jupyter-Leaflet bridge enabling interactive maps in the
Jupyter notebook.
All dependencies must be built with support for Python 3.

View File

@ -25,7 +25,7 @@
SRCNAM=ipyleaflet
PRGNAM=jupyter-$SRCNAM
VERSION=${VERSION:-0.10.1}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -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/$SRCNAM-$VERSION-py37_0.tar.bz2
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View File

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