summaryrefslogtreecommitdiffstats
path: root/python/python3-jaraco.functools
diff options
context:
space:
mode:
author fourtysixandtwo2023-04-10 16:44:23 +0200
committer Willy Sudiarto Raharjo2023-04-15 02:15:36 +0200
commit1909b9ec99fcff6136af9ada7dba9636d0931018 (patch)
tree54375182ad28187fd310e27eddc12023f73b7f5a /python/python3-jaraco.functools
parenta53ed141612a3cc52f2cb21c89b8b407f1e32320 (diff)
downloadslackbuilds-1909b9ec99fcff6136af9ada7dba9636d0931018.tar.gz
python/python3-jaraco.functools: Updated for version 3.6.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-jaraco.functools')
-rw-r--r--python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild11
-rw-r--r--python/python3-jaraco.functools/python3-jaraco.functools.info6
2 files changed, 7 insertions, 10 deletions
diff --git a/python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild b/python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild
index 77b9ad175e..8f5da9b400 100644
--- a/python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild
+++ b/python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-jaraco.functools
-# Copyright 2022 fourtysixandtwo <fourtysixandtwo@sliderr.net>
+# Copyright 2022-23 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-jaraco.functools
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
-VERSION=${VERSION:-3.5.2}
+VERSION=${VERSION:-3.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -42,9 +42,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
@@ -79,9 +76,9 @@ cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
+ -o -perm 511 \) -exec chmod 755 {} \+ -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
python3 -m build --no-isolation
python3 -m installer -d "$PKG" dist/*.whl
diff --git a/python/python3-jaraco.functools/python3-jaraco.functools.info b/python/python3-jaraco.functools/python3-jaraco.functools.info
index c494581d7e..babf3c7953 100644
--- a/python/python3-jaraco.functools/python3-jaraco.functools.info
+++ b/python/python3-jaraco.functools/python3-jaraco.functools.info
@@ -1,8 +1,8 @@
PRGNAM="python3-jaraco.functools"
-VERSION="3.5.2"
+VERSION="3.6.0"
HOMEPAGE="https://github.com/jaraco/jaraco.functools"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.functools/jaraco.functools-3.5.2.tar.gz"
-MD5SUM="f25708d7f38b9264459046fcc0afc8c1"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.functools/jaraco.functools-3.6.0.tar.gz"
+MD5SUM="926df6739a1b2b46b79f34e13e944cba"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-more-itertools wheel"