diff options
-rw-r--r-- | development/jupyter-nbclient/jupyter-nbclient.SlackBuild | 16 | ||||
-rw-r--r-- | development/jupyter-nbclient/jupyter-nbclient.info | 6 |
2 files changed, 4 insertions, 18 deletions
diff --git a/development/jupyter-nbclient/jupyter-nbclient.SlackBuild b/development/jupyter-nbclient/jupyter-nbclient.SlackBuild index 83223b5078..5501881688 100644 --- a/development/jupyter-nbclient/jupyter-nbclient.SlackBuild +++ b/development/jupyter-nbclient/jupyter-nbclient.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter-nbclient -VERSION=${VERSION:-0.9.0} +VERSION=${VERSION:-0.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -50,20 +50,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG diff --git a/development/jupyter-nbclient/jupyter-nbclient.info b/development/jupyter-nbclient/jupyter-nbclient.info index 4a2ff96a21..9a61cc057e 100644 --- a/development/jupyter-nbclient/jupyter-nbclient.info +++ b/development/jupyter-nbclient/jupyter-nbclient.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-nbclient" -VERSION="0.9.0" +VERSION="0.10.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-0.9.0.tar.gz" -MD5SUM="44e93623f71cfc6b859011ec600b98ff" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-0.10.0.tar.gz" +MD5SUM="373b2528c064d11ce706d5ff202ae697" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jupyter_client jupyter-nbformat" |