diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-20 01:17:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-20 01:17:16 +0700 |
commit | 620bab7ef98df4085e097a1abc61b9125ba1d985 (patch) | |
tree | d6aa6f21d9138ce2eab24523e4c5c8c0bedb86b9 /python/python3-semantic-version/python3-semantic-version.SlackBuild | |
parent | 965f6f41696b4bc1815b1e623a4c4dfdbbdefa69 (diff) |
python/python3-semantic-version: Updated for version 2.9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-semantic-version/python3-semantic-version.SlackBuild')
-rw-r--r-- | python/python3-semantic-version/python3-semantic-version.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python3-semantic-version/python3-semantic-version.SlackBuild b/python/python3-semantic-version/python3-semantic-version.SlackBuild index d2240a9264eaf..fc52cdb23af39 100644 --- a/python/python3-semantic-version/python3-semantic-version.SlackBuild +++ b/python/python3-semantic-version/python3-semantic-version.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-semantic-version -# Copyright 2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2021-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-semantic-version SRCNAM=python-semanticversion -VERSION=${VERSION:-2.8.5} +VERSION=${VERSION:-2.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -83,7 +83,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CREDITS ChangeLog LICENSE README.rst *.txt $PKG/usr/doc/$PRGNAM-$VERSION +cp -a CREDITS ChangeLog LICENSE README.rst $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |