py-autopep8: updated to 1.6.0
v1.6.0 Change required pycodestyle version 2.8.0 and higher version Buf Fix Ignore Settings for W292 Do Not Work Multiple #autopep8: off/on directives in one file do not work --hang-closing option does not work for non-indented lines
This commit is contained in:
parent
fc70ef0746
commit
d7a6f9561d
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.18 2021/05/12 09:33:29 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2021/10/26 17:09:49 adam Exp $
|
||||
|
||||
DISTNAME= autopep8-1.5.7
|
||||
DISTNAME= autopep8-1.6.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=a/autopep8/}
|
||||
|
@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/hhatto/autopep8
|
|||
COMMENT= Automatic formatter of Python code to conform to PEP 8
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-codestyle>=2.7.0:../../devel/py-codestyle
|
||||
DEPENDS+= ${PYPKGPREFIX}-codestyle>=2.8.0:../../devel/py-codestyle
|
||||
DEPENDS+= ${PYPKGPREFIX}-toml-[0-9]*:../../textproc/py-toml
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.19 2021/10/26 10:18:12 nia Exp $
|
||||
$NetBSD: distinfo,v 1.20 2021/10/26 17:09:49 adam Exp $
|
||||
|
||||
BLAKE2s (autopep8-1.5.7.tar.gz) = f9ccc045061c65bca251d0b53a4d65d13f06c2b734f404d1ada13eae377937cc
|
||||
SHA512 (autopep8-1.5.7.tar.gz) = b8fb8b63400e74ea978f576cb47c99b0a4bb15a5d1cfeb6ffc25d2ecdad301762f99ddff5c75af3900b3560797d9289a15bbb87ddcf74077d39bde0abadd4da7
|
||||
Size (autopep8-1.5.7.tar.gz) = 121537 bytes
|
||||
BLAKE2s (autopep8-1.6.0.tar.gz) = 035dc27ad9292da3e2db01bdf8bb1f37ba971d8c30d91bb2e476b46b2c9cbd7d
|
||||
SHA512 (autopep8-1.6.0.tar.gz) = f4ffd564ceb48ff1f37d0a051aa8fefc60595a68709045c13561d8ab73de48dce99cc12acf40559e587ba4f6fddd4727dd2b40691ce43c991d60dda2c8b0d617
|
||||
Size (autopep8-1.6.0.tar.gz) = 122165 bytes
|
||||
|
|
Loading…
Reference in a new issue