summaryrefslogtreecommitdiffstats
path: root/python/pycodestyle/pycodestyle.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis2024-01-08 18:00:13 +0100
committer Willy Sudiarto Raharjo2024-01-13 01:14:17 +0100
commita14b84ec91a1e15cec39967cbfe83451fe69b709 (patch)
tree3d0c45f2a2573cd8437a5ed0a089c9ff64873ff3 /python/pycodestyle/pycodestyle.SlackBuild
parent419dfa572387557b0df18dcc1f8722fba1226147 (diff)
downloadslackbuilds-a14b84ec91a1e15cec39967cbfe83451fe69b709.tar.gz
python/pycodestyle: Updated for version 2.11.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pycodestyle/pycodestyle.SlackBuild')
-rw-r--r--python/pycodestyle/pycodestyle.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pycodestyle/pycodestyle.SlackBuild b/python/pycodestyle/pycodestyle.SlackBuild
index 6d3c91509e..b55bfe132c 100644
--- a/python/pycodestyle/pycodestyle.SlackBuild
+++ b/python/pycodestyle/pycodestyle.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pycodestyle
-# Copyright 2016-2022 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2016-2024 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pycodestyle
-VERSION=${VERSION:-2.10.0}
+VERSION=${VERSION:-2.11.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -85,7 +85,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.rst CHANGES.txt docs/*.rst $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a README.rst LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install