diff options
| author | isaackwy <isaacyu@protonmail.com> | 2023-12-29 20:00:47 -0800 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-31 08:02:29 +0700 |
| commit | 3ca05513c7833bbdb71179f5b958417fea669177 (patch) | |
| tree | c4aa150ad2e9e28fe22be984eb223959e533d9f8 /python/python3-patsy/python3-patsy.SlackBuild | |
| parent | 3ef0fc98e5acf96b6be7f81d94f934a2e83d7ef2 (diff) | |
python/python3-patsy: Update for 0.5.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-patsy/python3-patsy.SlackBuild')
| -rw-r--r-- | python/python3-patsy/python3-patsy.SlackBuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/python/python3-patsy/python3-patsy.SlackBuild b/python/python3-patsy/python3-patsy.SlackBuild index aa98067c8e..57b5fee3c3 100644 --- a/python/python3-patsy/python3-patsy.SlackBuild +++ b/python/python3-patsy/python3-patsy.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-patsy -# Copyright 2020-2022 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2020-2024 Isaac Yu <isaacyu@protonmail.com> # 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-patsy -VERSION=${VERSION:-0.5.3} +VERSION=${VERSION:-0.5.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +40,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 @@ -87,7 +84,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 CODE_OF_CONDUCT.md LICENSE.txt PKG-INFO README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a CODE_OF_CONDUCT.md LICENSE.txt README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |
