summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2024-02-16 20:45:56 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-17 09:07:17 +0700
commit90fa7cec6be6233685ff4f2008aa188cb4ede0d2 (patch)
tree004de5ae5eb2e3beb8c3aa3f2655f3aba8dbb49a
parent0ecd0af7291f657cc0f81210eb6238ef13e8a8da (diff)
downloadslackbuilds-90fa7cec6be6233685ff4f2008aa188cb4ede0d2.tar.gz
slackbuilds-90fa7cec6be6233685ff4f2008aa188cb4ede0d2.tar.xz
system/sbo-create: Updated for version 2.0.8.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/sbo-create/sbo-create.SlackBuild9
-rw-r--r--system/sbo-create/sbo-create.info8
2 files changed, 9 insertions, 8 deletions
diff --git a/system/sbo-create/sbo-create.SlackBuild b/system/sbo-create/sbo-create.SlackBuild
index 0332a927bd..792431bb35 100644
--- a/system/sbo-create/sbo-create.SlackBuild
+++ b/system/sbo-create/sbo-create.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for sbo-create
-# Copyright 2022-2023 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2022-2024 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=sbo-create
-VERSION=${VERSION:-2.0.7}
+VERSION=${VERSION:-2.0.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -79,13 +79,14 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-python3 setup.py install --root=$PKG
+python3 -m build --wheel --no-isolation
+python3 -m installer --destdir "$PKG" dist/*.whl
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
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a LICENSE README.rst $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/system/sbo-create/sbo-create.info b/system/sbo-create/sbo-create.info
index 02e3341dc0..5e578081f4 100644
--- a/system/sbo-create/sbo-create.info
+++ b/system/sbo-create/sbo-create.info
@@ -1,10 +1,10 @@
PRGNAM="sbo-create"
-VERSION="2.0.7"
+VERSION="2.0.8"
HOMEPAGE="https://dslackw.gitlab.io/sbo-create"
-DOWNLOAD="https://gitlab.com/dslackw/sbo-create/-/archive/2.0.7/sbo-create-2.0.7.tar.gz"
-MD5SUM="174b995ad9d955761fa347565a261ba2"
+DOWNLOAD="https://gitlab.com/dslackw/sbo-create/-/archive/2.0.8/sbo-create-2.0.8.tar.gz"
+MD5SUM="4c1850264794c14880e9ccd2133de224"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-pythondialog"
+REQUIRES="python3-build python3-pythondialog"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="dslackw@gmail.com"