Browse Source
python/pycodestyle: Updated for version 2.8.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/171/head
Dimitris Zlatanidis
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
6 additions and
11 deletions
-
python/pycodestyle/pycodestyle.SlackBuild
-
python/pycodestyle/pycodestyle.info
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for pycodestyle |
|
|
|
|
|
|
|
# Copyright 2016-2019 Dimitris Zlatanidis Orestiada, Greece |
|
|
|
# Copyright 2016-2022 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.3.1} |
|
|
|
VERSION=${VERSION:-2.8.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
@ -79,12 +79,7 @@ find -L . \ |
|
|
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ |
|
|
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; |
|
|
|
|
|
|
|
python setup.py install --root=$PKG |
|
|
|
|
|
|
|
# Python 3 support. |
|
|
|
if $(python3 -c 'import sys' 2>/dev/null); then |
|
|
|
python3 setup.py install --root=$PKG |
|
|
|
fi |
|
|
|
python3 setup.py install --root=$PKG |
|
|
|
|
|
|
|
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |
|
|
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="pycodestyle" |
|
|
|
VERSION="2.3.1" |
|
|
|
VERSION="2.8.0" |
|
|
|
HOMEPAGE="https://pycodestyle.readthedocs.io/en/latest/" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/e1/88/0e2cbf412bd849ea6f1af1f97882add46a374f4ba1d2aea39353609150ad/pycodestyle-2.3.1.tar.gz" |
|
|
|
MD5SUM="240e342756af30cae0983b16303a2055" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/08/dc/b29daf0a202b03f57c19e7295b60d1d5e1281c45a6f5f573e41830819918/pycodestyle-2.8.0.tar.gz" |
|
|
|
MD5SUM="7f4f7cc6634e9388a8bbd35f92e66a6b" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|
|