pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-flake8



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov 11 22:39:52 UTC 2024

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

Log Message:
py-test-flake8: updated to 1.3.0

v1.3.0

Features
- Compatible for Flake8 from version ``flake8>=4``.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-test-flake8/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-test-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-test-flake8/Makefile
diff -u pkgsrc/devel/py-test-flake8/Makefile:1.18 pkgsrc/devel/py-test-flake8/Makefile:1.19
--- pkgsrc/devel/py-test-flake8/Makefile:1.18   Mon Nov 11 07:28:25 2024
+++ pkgsrc/devel/py-test-flake8/Makefile        Mon Nov 11 22:39:52 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2024/11/11 07:28:25 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2024/11/11 22:39:52 adam Exp $
 
-DISTNAME=      pytest_flake8-1.2.2
+DISTNAME=      pytest_flake8-1.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-flake8/}
@@ -12,12 +12,10 @@ LICENSE=    modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.2:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
-DEPENDS+=      ${PYPKGPREFIX}-flake8>=5:../../devel/py-flake8
+DEPENDS+=      ${PYPKGPREFIX}-flake8>=4:../../devel/py-flake8
 DEPENDS+=      ${PYPKGPREFIX}-test>=7.0:../../devel/py-test
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-test-flake8/distinfo
diff -u pkgsrc/devel/py-test-flake8/distinfo:1.15 pkgsrc/devel/py-test-flake8/distinfo:1.16
--- pkgsrc/devel/py-test-flake8/distinfo:1.15   Mon Jul 22 04:04:07 2024
+++ pkgsrc/devel/py-test-flake8/distinfo        Mon Nov 11 22:39:52 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2024/07/22 04:04:07 adam Exp $
+$NetBSD: distinfo,v 1.16 2024/11/11 22:39:52 adam Exp $
 
-BLAKE2s (pytest_flake8-1.2.2.tar.gz) = 735ad46077e8f8140811fc9ab15603e1200a1d2ac28ba9aa0aff2e5198db85ff
-SHA512 (pytest_flake8-1.2.2.tar.gz) = d377106b13719524c8f5d930fdf9e39efee8508c0eb81ad857404cf14651fe9944cf201f119ecc8610b70d5a112649ddb4333f01ca4b191167011c6079990271
-Size (pytest_flake8-1.2.2.tar.gz) = 12808 bytes
+BLAKE2s (pytest_flake8-1.3.0.tar.gz) = bf1ca7b11450d03e3111bc421678e8eeb2e8fda158b63c95c2df97cf20aee30c
+SHA512 (pytest_flake8-1.3.0.tar.gz) = bdbd54edc7482cf16b29bbb7509a855edc7c2303da3728c16b1755e95ac4ddf2b6eab9cf4cafd20f025134fd1dce62f410cee1198629effa7109cde3d643bb50
+Size (pytest_flake8-1.3.0.tar.gz) = 13340 bytes



Home | Main Index | Thread Index | Old Index