summaryrefslogtreecommitdiffstats
path: root/libraries/python3-zc.lockfile
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2023-04-09 12:06:05 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-15 07:15:34 +0700
commitd19fa2840f0dd0162d8a30e7052336ff0b5f66e5 (patch)
treec37e0c2e03d65ba38b8148f957af5090b87f2d2b /libraries/python3-zc.lockfile
parentd28232412abf9fc62de8335988d639b2b68e7835 (diff)
downloadslackbuilds-d19fa2840f0dd0162d8a30e7052336ff0b5f66e5.tar.gz
slackbuilds-d19fa2840f0dd0162d8a30e7052336ff0b5f66e5.tar.xz
libraries/python3-zc.lockfile: Updated for version 3.0.post1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/python3-zc.lockfile')
-rw-r--r--libraries/python3-zc.lockfile/python3-zc.lockfile.SlackBuild11
-rw-r--r--libraries/python3-zc.lockfile/python3-zc.lockfile.info6
2 files changed, 7 insertions, 10 deletions
diff --git a/libraries/python3-zc.lockfile/python3-zc.lockfile.SlackBuild b/libraries/python3-zc.lockfile/python3-zc.lockfile.SlackBuild
index 5eb43190ec..d0777f3524 100644
--- a/libraries/python3-zc.lockfile/python3-zc.lockfile.SlackBuild
+++ b/libraries/python3-zc.lockfile/python3-zc.lockfile.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-zc.lockfile
-# 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
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-zc.lockfile
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
-VERSION=${VERSION:-2.0}
+VERSION=${VERSION:-3.0.post1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -39,9 +39,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
@@ -76,9 +73,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 setup.py install --root=$PKG
diff --git a/libraries/python3-zc.lockfile/python3-zc.lockfile.info b/libraries/python3-zc.lockfile/python3-zc.lockfile.info
index e9d0661f32..256a417d96 100644
--- a/libraries/python3-zc.lockfile/python3-zc.lockfile.info
+++ b/libraries/python3-zc.lockfile/python3-zc.lockfile.info
@@ -1,8 +1,8 @@
PRGNAM="python3-zc.lockfile"
-VERSION="2.0"
+VERSION="3.0.post1"
HOMEPAGE="https://pypi.python.org/pypi/zc.lockfile"
-DOWNLOAD="https://pypi.python.org/packages/source/z/zc.lockfile/zc.lockfile-2.0.tar.gz"
-MD5SUM="3895445752278ddcc4578658c3c9a492"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/z/zc.lockfile/zc.lockfile-3.0.post1.tar.gz"
+MD5SUM="5e902492de505a0f98e49b1e31cf2bc2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""