diff options
| author | Vijay Marcel <vijaymarcel@outlook.com> | 2024-02-26 07:59:28 +0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-28 12:22:40 +0700 |
| commit | 630488e95e6eba452622b28e921c30dce714bcb5 (patch) | |
| tree | 2520b0b30e5ea0b7888b4a4a284264b1261f7ad8 /python/python3-ufolib2/python3-ufolib2.SlackBuild | |
| parent | 90d9d2bbd3fe66b54fbd670af84487f7faebb277 (diff) | |
python/python3-ufolib2: Updated for version 0.16.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-ufolib2/python3-ufolib2.SlackBuild')
| -rw-r--r-- | python/python3-ufolib2/python3-ufolib2.SlackBuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/python/python3-ufolib2/python3-ufolib2.SlackBuild b/python/python3-ufolib2/python3-ufolib2.SlackBuild index b78d2a7422..d1b9a5e46b 100644 --- a/python/python3-ufolib2/python3-ufolib2.SlackBuild +++ b/python/python3-ufolib2/python3-ufolib2.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-ufolib2 -# Copyright 2023 Vijay Marcel +# Copyright 2023-2024 Vijay Marcel # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-ufolib2 -VERSION=${VERSION:-0.13.1} +VERSION=${VERSION:-0.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -82,7 +79,6 @@ 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 {} \; -export SETUPTOOLS_SCM_PRETEND_VERSION=${VERSION} python3 -m build --wheel --no-isolation PYTHONPYCACHEPREFIX="${PWD}/.cache/cpython/" python3 -m installer --destdir="$PKG" dist/*.whl |
