diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-04-08 05:15:49 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:45:55 +0700 |
commit | c4839000d25c0c1252f5fcf474dafd44f442e382 (patch) | |
tree | e477622154c133cbc9605b314a6542d14a584d08 /python/python3-kiwisolver/python3-kiwisolver.SlackBuild | |
parent | 1d146cb34b937303c8c26bad35129701b695f512 (diff) | |
download | slackbuilds-c4839000d25c0c1252f5fcf474dafd44f442e382.tar.gz |
python/python3-kiwisolver: Updated for v. 1.4.2. New maintainer.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-kiwisolver/python3-kiwisolver.SlackBuild')
-rw-r--r-- | python/python3-kiwisolver/python3-kiwisolver.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/python/python3-kiwisolver/python3-kiwisolver.SlackBuild b/python/python3-kiwisolver/python3-kiwisolver.SlackBuild index 8358c65ee0..001aa556b0 100644 --- a/python/python3-kiwisolver/python3-kiwisolver.SlackBuild +++ b/python/python3-kiwisolver/python3-kiwisolver.SlackBuild @@ -1,8 +1,9 @@ #!/bin/bash -# Slackware build script for kiwisolver +# Slackware build script for python3-kiwisolver # Copyright 2018 Serban Udrea <s.udrea@gsi.de> +# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, @@ -27,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-kiwisolver SRCNAM=kiwisolver -VERSION=${VERSION:-1.0.1} +VERSION=${VERSION:-1.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -73,7 +74,7 @@ find $PKG | xargs 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 COPYING.txt PKG-INFO README.rst $PKG/usr/doc/$PRGNAM-$VERSION +cp -a LICENSE PKG-INFO README.rst releasenotes.rst $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |