diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-09-22 19:16:28 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-23 11:00:03 +0700 |
commit | faf802b493dbeb74c795c7bb4c24d87ac25500da (patch) | |
tree | 92830e97d77ad0ebbc8d1da051444d9d16bc3bd5 /python/python3-threadpoolctl | |
parent | 0d97874e6bdf859039d12975e0faf7d4474c1d1f (diff) |
python/python3-threadpoolctl: Correct email and clean up SlackBuild
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-threadpoolctl')
-rw-r--r-- | python/python3-threadpoolctl/python3-threadpoolctl.SlackBuild | 16 | ||||
-rw-r--r-- | python/python3-threadpoolctl/python3-threadpoolctl.info | 2 |
2 files changed, 2 insertions, 16 deletions
diff --git a/python/python3-threadpoolctl/python3-threadpoolctl.SlackBuild b/python/python3-threadpoolctl/python3-threadpoolctl.SlackBuild index b62b6718db89c..32df7d612a47e 100644 --- a/python/python3-threadpoolctl/python3-threadpoolctl.SlackBuild +++ b/python/python3-threadpoolctl/python3-threadpoolctl.SlackBuild @@ -26,13 +26,12 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-threadpoolctl +SRCNAM=threadpoolctl VERSION=${VERSION:-3.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -SRCNAM=threadpoolctl - if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; @@ -41,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 @@ -53,16 +49,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - LIBDIRSUFFIX="64" -else - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG diff --git a/python/python3-threadpoolctl/python3-threadpoolctl.info b/python/python3-threadpoolctl/python3-threadpoolctl.info index 2c436c6607e6f..d608c238e07d3 100644 --- a/python/python3-threadpoolctl/python3-threadpoolctl.info +++ b/python/python3-threadpoolctl/python3-threadpoolctl.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build" MAINTAINER="Jeremy Hansen" -EMAIL="jebrhansen+SBp@gmail.com" +EMAIL="jebrhansen+SBo@gmail.com" |