diff options
| author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-02-13 15:24:28 -0800 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-14 12:46:42 +0700 |
| commit | 8e1ff8cbb611ce4e85f76bcd03ea190ec417a860 (patch) | |
| tree | 808b5bff109430ff9f256f38d28fa672fdcf25ef /python/python3-patsy/python3-patsy.SlackBuild | |
| parent | 06187f7c5700c6f3f2a6f858068fb7c50e89b0fd (diff) | |
python/python3-patsy: Update for 0.5.2
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 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/python/python3-patsy/python3-patsy.SlackBuild b/python/python3-patsy/python3-patsy.SlackBuild index a82859534b..e2f34e17bb 100644 --- a/python/python3-patsy/python3-patsy.SlackBuild +++ b/python/python3-patsy/python3-patsy.SlackBuild @@ -1,8 +1,8 @@ -#!/bin/bash +#!/bin/sh # Slackware build script for python3-patsy -# Copyright 2020 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2020-2022 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,12 +25,13 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-patsy -VERSION=${VERSION:-0.5.1} -SRCNAM=patsy +VERSION=${VERSION:-0.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} +SRCNAM=patsy + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; @@ -87,7 +88,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.rst $PKG/usr/doc/$PRGNAM-$VERSION +cp -a CODE_OF_CONDUCT.md LICENSE.txt PKG-INFO README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |
