Mon Mar 15 07:20:35 2021 UTC ()
py-codestyle: updated to 2.7.0

2.7.0:

Changes:
* Fix physical checks (such as W191) at end of file.
* Add ``--indent-size`` option (defaulting to ``4``).
* W605: fix escaped crlf false positive on windows.


(adam)
diff -r1.7 -r1.8 pkgsrc/devel/py-codestyle/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/py-codestyle/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/devel/py-codestyle/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-codestyle/Makefile 2020/05/12 06:36:42 1.7
+++ pkgsrc/devel/py-codestyle/Makefile 2021/03/15 07:20:35 1.8
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2020/05/12 06:36:42 adam Exp $ 1# $NetBSD: Makefile,v 1.8 2021/03/15 07:20:35 adam Exp $
2 2
3DISTNAME= pycodestyle-2.6.0 3DISTNAME= pycodestyle-2.7.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycodestyle/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycodestyle/}
7 7
8MAINTAINER= wenheping@gmail.com 8MAINTAINER= wenheping@gmail.com
9HOMEPAGE= https://github.com/PyCQA/pycodestyle 9HOMEPAGE= https://github.com/PyCQA/pycodestyle
10COMMENT= Python style guide checker 10COMMENT= Python style guide checker
11LICENSE= mit 11LICENSE= mit
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15post-install: 15post-install:
16 cd ${DESTDIR}${PREFIX}/bin && \ 16 cd ${DESTDIR}${PREFIX}/bin && \

cvs diff -r1.5 -r1.6 pkgsrc/devel/py-codestyle/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-codestyle/distinfo 2020/05/12 06:36:42 1.5
+++ pkgsrc/devel/py-codestyle/distinfo 2021/03/15 07:20:35 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2020/05/12 06:36:42 adam Exp $ 1$NetBSD: distinfo,v 1.6 2021/03/15 07:20:35 adam Exp $
2 2
3SHA1 (pycodestyle-2.6.0.tar.gz) = b6dad24feff7e3eacb3f7f6044883b162836a8aa 3SHA1 (pycodestyle-2.7.0.tar.gz) = 6244423bc4031118574be4197604e0d1d3811ee1
4RMD160 (pycodestyle-2.6.0.tar.gz) = 7315d4bfe162b50095cd69ab8993173bf3d56180 4RMD160 (pycodestyle-2.7.0.tar.gz) = febad3204558d07f9e90e3f93796bd8b5df06ce9
5SHA512 (pycodestyle-2.6.0.tar.gz) = 3bf9904752170135ca399a1b25470a531adb5b85dfd8df7ffbbc86b5875bc3a507cd8732158bc9cb7fd5b44b48c9a32d63d621856d55a15bc3104a99ca4bd271 5SHA512 (pycodestyle-2.7.0.tar.gz) = 26502480e5855f0fd9378664ec813bb38dc2f8ac22e01767fc8bf75e52fa7a7691382fd4f6f1edaeb5f41d150ed71ee87e0d7f525bf06acbf4b3034cec3a227a
6Size (pycodestyle-2.6.0.tar.gz) = 100213 bytes 6Size (pycodestyle-2.7.0.tar.gz) = 103640 bytes