diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-02-06 00:08:21 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-07 08:24:49 +0700 |
commit | 58ccc92ea049a614ab3e2059d3af9c6c501677a9 (patch) | |
tree | 14b170b72df2a2c547e59c5c8adb19fc39e3384c /python/python-socks/python-socks.SlackBuild | |
parent | 2bd04bd53d60cf6afd92ef9a9571ecdc26e5f928 (diff) | |
download | slackbuilds-58ccc92ea049a614ab3e2059d3af9c6c501677a9.tar.gz |
python/python-socks: Updated for version 2.0.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-socks/python-socks.SlackBuild')
-rw-r--r-- | python/python-socks/python-socks.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/python-socks/python-socks.SlackBuild b/python/python-socks/python-socks.SlackBuild index 9d05a3dfd1..f9acee688b 100644 --- a/python/python-socks/python-socks.SlackBuild +++ b/python/python-socks/python-socks.SlackBuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh # Slackware build script for python-socks -# Copyright 2019-2021 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2019-2022 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python-socks -VERSION=${VERSION:-1.2.2} +VERSION=${VERSION:-2.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -84,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 README.md *.txt $PKG/usr/doc/$PRGNAM-$VERSION +cp -a README.md LICENSE.txt requirements-dev.txt $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |