Browse Source
python/autopep8: Updated for version 2.0.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/210/head
Dimitris Zlatanidis
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
7 additions and
7 deletions
-
python/autopep8/autopep8.SlackBuild
-
python/autopep8/autopep8.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for autopep8 |
|
|
|
|
|
|
|
# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece |
|
|
|
# Copyright 2014-2023 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=autopep8 |
|
|
|
VERSION=${VERSION:-2.0.1} |
|
|
|
VERSION=${VERSION:-2.0.4} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="autopep8" |
|
|
|
VERSION="2.0.1" |
|
|
|
VERSION="2.0.4" |
|
|
|
HOMEPAGE="https://github.com/hhatto/autopep8" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/b5/13/d3b4adad46dd3ce96e293345e1efe660d405f3ee3f4289304dca8a4e5544/autopep8-2.0.1.tar.gz" |
|
|
|
MD5SUM="753c6e426e19f1efee3c7e762227bfd4" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/e0/8a/9be661f5400867a09706e29f5ab99a59987fd3a4c337757365e7491fa90b/autopep8-2.0.4.tar.gz" |
|
|
|
MD5SUM="45a33dcfdeeb3210fa1f63491e061715" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="pycodestyle python-toml" |
|
|
|
REQUIRES="pycodestyle" |
|
|
|
MAINTAINER="Dimitris Zlatanidis" |
|
|
|
EMAIL="d.zlatanidis@gmail.com" |
|
|
|
EMAIL="dslackw@gmail.com" |