summaryrefslogtreecommitdiffstats
path: root/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild')
-rw-r--r--development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild b/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild
index c461f098ae..29a308ce18 100644
--- a/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild
+++ b/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jupyter-nbconvert
-VERSION=${VERSION:-7.2.5}
+VERSION=${VERSION:-7.2.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -87,12 +87,7 @@ find -L . \
# https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-python/nbconvert/nbconvert-7.1.0.ebuild
sed -e 's:css = .*:raise PermissionError("You shall not fetch!"):' -i hatch_build.py
-# Import style.min.css into classic templates
-mkdir -p $TMP/$SRCNAM-$VERSION/share/templates/classic/static
-cp $CWD/style.min.css $TMP/$SRCNAM-$VERSION/share/templates/classic/static/style.css
-
-# wheel build requires offline style.css
-python3 -m build --wheel --no-isolation
+python3 -m build --no-isolation
python3 -m installer -d "$PKG" dist/*.whl
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \