pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-flake8



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 23 20:44:27 UTC 2017

Modified Files:
        pkgsrc/devel/py-flake8: Makefile distinfo

Log Message:
py-flake8: update to 3.5.0

3.5.0:

New Dependency Information
* Allow for PyFlakes 1.6.0
* Start using new PyCodestyle checks for bare excepts and ambiguous identifier

Features
* Print out information about configuring VCS hooks
* Allow users to develop plugins “local” to a repository without using setuptools. See our documentation on local plugins for more information.

Bugs Fixed
* Catch and helpfully report UnicodeDecodeErrors when parsing configuration files.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-flake8/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-flake8/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-flake8/Makefile
diff -u pkgsrc/devel/py-flake8/Makefile:1.10 pkgsrc/devel/py-flake8/Makefile:1.11
--- pkgsrc/devel/py-flake8/Makefile:1.10        Sun Jul 30 05:31:12 2017
+++ pkgsrc/devel/py-flake8/Makefile     Mon Oct 23 20:44:27 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2017/07/30 05:31:12 adam Exp $
+# $NetBSD: Makefile,v 1.11 2017/10/23 20:44:27 adam Exp $
 
-DISTNAME=      flake8-3.4.1
+DISTNAME=      flake8-3.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/flake8/}
@@ -10,12 +10,9 @@ HOMEPAGE=    https://pypi.python.org/pypi/f
 COMMENT=       Modular source code checker for Python programs
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-flakes>=0.8.1:../../devel/py-flakes
-DEPENDS+=      ${PYPKGPREFIX}-mccabe-[0-9]*:../../devel/py-mccabe
-DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-DEPENDS+=      ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
-DEPENDS+=      ${PYPKGPREFIX}-codestyle-[0-9]*:../../devel/py-codestyle
-DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-flakes>=1.5.0:../../devel/py-flakes
+DEPENDS+=      ${PYPKGPREFIX}-mccabe>=0.6.0:../../devel/py-mccabe
+DEPENDS+=      ${PYPKGPREFIX}-codestyle>=2.0.0:../../devel/py-codestyle
 .include "../../lang/python/pyversion.mk"
 .if "${PYPKGPREFIX}" == "py27"
 DEPENDS+=      ${PYPKGPREFIX}-configparser-[0-9]*:../../devel/py-configparser
@@ -25,6 +22,7 @@ DEPENDS+=     ${PYPKGPREFIX}-enum34-[0-9]*:.
 # TEST_DEPENDS
 # 8 test failures as of 3.0.4, see
 # https://gitlab.com/pycqa/flake8/issues/232
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 

Index: pkgsrc/devel/py-flake8/distinfo
diff -u pkgsrc/devel/py-flake8/distinfo:1.8 pkgsrc/devel/py-flake8/distinfo:1.9
--- pkgsrc/devel/py-flake8/distinfo:1.8 Sun Sep 10 12:34:12 2017
+++ pkgsrc/devel/py-flake8/distinfo     Mon Oct 23 20:44:27 2017
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.8 2017/09/10 12:34:12 adam Exp $
+$NetBSD: distinfo,v 1.9 2017/10/23 20:44:27 adam Exp $
 
-SHA1 (flake8-3.4.1.tar.gz) = 169037b8e5438edb756e7cdca8016134c03e6a36
-RMD160 (flake8-3.4.1.tar.gz) = f366a867f4d241edbefcf88a9c6717559ad28a83
-SHA512 (flake8-3.4.1.tar.gz) = 42df8fa0cf6f4bb4f3e52143028dee14d51a645aef19a0bab05000fef577e5bea3cc29f961acb0c98d92b76e635fdd2f0d689e23663a6c14d435d0410be94c87
-Size (flake8-3.4.1.tar.gz) = 137066 bytes
-SHA1 (patch-setup.py) = 277225adaba8588a333ba12977b95ae0d7ede1ab
+SHA1 (flake8-3.5.0.tar.gz) = 302f39432917f57bb4f0f1c1573c96074913b46f
+RMD160 (flake8-3.5.0.tar.gz) = 4533c09c33394ca31ab081ed09f370dfac415882
+SHA512 (flake8-3.5.0.tar.gz) = ac5d1bd9c44ed76c9e5cbd941b24bb552aa76e156b24ccda6cc8440ee90f3a574fdb393665adc75298e4f57111d7ab3115ef21ef9088fb327d0a9703d442450c
+Size (flake8-3.5.0.tar.gz) = 140608 bytes



Home | Main Index | Thread Index | Old Index