summaryrefslogtreecommitdiffstats
path: root/python/python3-rebulk
diff options
context:
space:
mode:
author fourtysixandtwo2023-04-10 04:50:00 +0200
committer Willy Sudiarto Raharjo2023-04-15 02:15:34 +0200
commite13ec76afb5756f748d85a7689bc1c7202e7ccfe (patch)
treeebeb823ce9f8f57373372cd9e28f556f48223870 /python/python3-rebulk
parent3f5a111ec8ed26da84646a3931147f3344e6c627 (diff)
downloadslackbuilds-e13ec76afb5756f748d85a7689bc1c7202e7ccfe.tar.gz
python/python3-rebulk: Updated for version 3.2.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-rebulk')
-rw-r--r--python/python3-rebulk/python3-rebulk.SlackBuild11
-rw-r--r--python/python3-rebulk/python3-rebulk.info6
2 files changed, 7 insertions, 10 deletions
diff --git a/python/python3-rebulk/python3-rebulk.SlackBuild b/python/python3-rebulk/python3-rebulk.SlackBuild
index 15d9aadd19..b25b59d222 100644
--- a/python/python3-rebulk/python3-rebulk.SlackBuild
+++ b/python/python3-rebulk/python3-rebulk.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-rebulk
-# 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
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-rebulk
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
-VERSION=${VERSION:-3.1.0}
+VERSION=${VERSION:-3.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -41,9 +41,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
@@ -78,9 +75,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 {} \+
#remove unneeded requirement
sed -i 's/pytest-runner//' setup.py
diff --git a/python/python3-rebulk/python3-rebulk.info b/python/python3-rebulk/python3-rebulk.info
index c459f1be05..7d8a6dcd16 100644
--- a/python/python3-rebulk/python3-rebulk.info
+++ b/python/python3-rebulk/python3-rebulk.info
@@ -1,8 +1,8 @@
PRGNAM="python3-rebulk"
-VERSION="3.1.0"
+VERSION="3.2.0"
HOMEPAGE="https://github.com/Toilal/rebulk/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/r/rebulk/rebulk-3.1.0.tar.gz"
-MD5SUM="ce9e0f02e5e812859a479d6536543f41"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/r/rebulk/rebulk-3.2.0.tar.gz"
+MD5SUM="e2c88915303b311cea24b200ab332375"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""