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 Jul 31 16:22:43 UTC 2023

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

Log Message:
py-flake8: updated to 6.1.0

6.1.0

New Dependency Information

Pyflakes has been updated to >= 3.1.0, < 3.2.0
pycodestyle has been updated to >= 2.11.0, < 2.12.0

Features

Deprecate --include-in-doctest, --exclude-from-doctest
Add support for python 3.12


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/py-flake8/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-flake8/PLIST
cvs rdiff -u -r1.35 -r1.36 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.46 pkgsrc/devel/py-flake8/Makefile:1.47
--- pkgsrc/devel/py-flake8/Makefile:1.46        Sun Apr 30 17:08:14 2023
+++ pkgsrc/devel/py-flake8/Makefile     Mon Jul 31 16:22:43 2023
@@ -1,35 +1,28 @@
-# $NetBSD: Makefile,v 1.46 2023/04/30 17:08:14 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2023/07/31 16:22:43 adam Exp $
 
-DISTNAME=      flake8-6.0.0
+DISTNAME=      flake8-6.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/flake8/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://gitlab.com/pycqa/flake8
+HOMEPAGE=      https://github.com/pycqa/flake8
 COMMENT=       Modular source code checker for Python programs
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-codestyle>=2.10.0:../../devel/py-codestyle
-DEPENDS+=      ${PYPKGPREFIX}-flakes>=3.0.0:../../devel/py-flakes
+DEPENDS+=      ${PYPKGPREFIX}-codestyle>=2.11.0:../../devel/py-codestyle
+DEPENDS+=      ${PYPKGPREFIX}-flakes>=3.1.0:../../devel/py-flakes
 DEPENDS+=      ${PYPKGPREFIX}-mccabe>=0.7.0:../../devel/py-mccabe
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-
-PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 
 USE_PKG_RESOURCES=     yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} flake8 flake8-${PYVERSSUFFIX} || ${TRUE}
 
-# as of 6.0.0
-# 26 failed, 436 passed
-TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-flake8/PLIST
diff -u pkgsrc/devel/py-flake8/PLIST:1.7 pkgsrc/devel/py-flake8/PLIST:1.8
--- pkgsrc/devel/py-flake8/PLIST:1.7    Sun Apr 30 17:08:14 2023
+++ pkgsrc/devel/py-flake8/PLIST        Mon Jul 31 16:22:43 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2023/04/30 17:08:14 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2023/07/31 16:22:43 adam Exp $
 bin/flake8-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -12,6 +12,9 @@ ${PYSITELIB}/flake8/__init__.pyo
 ${PYSITELIB}/flake8/__main__.py
 ${PYSITELIB}/flake8/__main__.pyc
 ${PYSITELIB}/flake8/__main__.pyo
+${PYSITELIB}/flake8/_compat.py
+${PYSITELIB}/flake8/_compat.pyc
+${PYSITELIB}/flake8/_compat.pyo
 ${PYSITELIB}/flake8/api/__init__.py
 ${PYSITELIB}/flake8/api/__init__.pyc
 ${PYSITELIB}/flake8/api/__init__.pyo

Index: pkgsrc/devel/py-flake8/distinfo
diff -u pkgsrc/devel/py-flake8/distinfo:1.35 pkgsrc/devel/py-flake8/distinfo:1.36
--- pkgsrc/devel/py-flake8/distinfo:1.35        Sun Apr 30 17:08:14 2023
+++ pkgsrc/devel/py-flake8/distinfo     Mon Jul 31 16:22:43 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2023/04/30 17:08:14 wiz Exp $
+$NetBSD: distinfo,v 1.36 2023/07/31 16:22:43 adam Exp $
 
-BLAKE2s (flake8-6.0.0.tar.gz) = 3bb6777d2fec78ff6524a5ca6785a8e1f2aaf4e4652fbfb1cb05f24998a17490
-SHA512 (flake8-6.0.0.tar.gz) = d326659a4dc73e72b07611c3ddbd2c8526b65372ef17a273eadf7f56dd3eedada39d2edd187e207175d688ec155b5b8b6ca8c76ad2a768667350ad516cff1725
-Size (flake8-6.0.0.tar.gz) = 138524 bytes
+BLAKE2s (flake8-6.1.0.tar.gz) = 92db3d03f43c8f5f6a273ba72eae215be025231edddfe9073fd2438efabbeea3
+SHA512 (flake8-6.1.0.tar.gz) = 676613eb6c84636e9b8001ff48508a26bd799475e12aa627406ee3a72babf32769a6d73cdca9dc8cd1fc792eac0afda476dd958d9d9899a1276152dd56f610d7
+Size (flake8-6.1.0.tar.gz) = 48767 bytes



Home | Main Index | Thread Index | Old Index