Browse Source
python/pycodestyle: Updated for version 2.13.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/292/head
Dimitris Zlatanidis
5 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
python/pycodestyle/pycodestyle.SlackBuild
-
python/pycodestyle/pycodestyle.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for pycodestyle |
|
|
|
|
|
|
|
# Copyright 2016-2024 Dimitris Zlatanidis Orestiada, Greece |
|
|
|
# Copyright 2016-2025 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.11.1} |
|
|
|
VERSION=${VERSION:-2.13.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="pycodestyle" |
|
|
|
VERSION="2.11.1" |
|
|
|
VERSION="2.13.0" |
|
|
|
HOMEPAGE="https://pycodestyle.readthedocs.io/en/latest/" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/34/8f/fa09ae2acc737b9507b5734a9aec9a2b35fa73409982f57db1b42f8c3c65/pycodestyle-2.11.1.tar.gz" |
|
|
|
MD5SUM="c7ed096441b4b4961c0756d4000d1ee7" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/04/6e/1f4a62078e4d95d82367f24e685aef3a672abfd27d1a868068fed4ed2254/pycodestyle-2.13.0.tar.gz" |
|
|
|
MD5SUM="4e0e9d54c06f24a457a552e8e038f9d2" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|