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:           Sat Aug 26 11:49:13 UTC 2023

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

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

1.1.1

- Update classifiers to indicate older versions are no longer supported
- No longer use deprecated pytest constructs
- Bump requirements to more accurately indicate what is currently needed

1.1.0

- Drop Python 2 support and dependency on py; from @erikkemperman
- Drop support for Python 3.5, 3.6
- Stop testing on Python versions prior to 3.7
- Add a `flake8-max-doc-length` option; from @rodrigomologni
- Fix some minor typos; from @kianmeng


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-test-flake8/Makefile
cvs rdiff -u -r1.12 -r1.13 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.14 pkgsrc/devel/py-test-flake8/Makefile:1.15
--- pkgsrc/devel/py-test-flake8/Makefile:1.14   Sun Apr 30 15:45:09 2023
+++ pkgsrc/devel/py-test-flake8/Makefile        Sat Aug 26 11:49:13 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2023/04/30 15:45:09 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2023/08/26 11:49:13 adam Exp $
 
-DISTNAME=      pytest-flake8-1.0.7
+DISTNAME=      pytest-flake8-1.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=   2
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-flake8/}
 
@@ -11,17 +10,15 @@ HOMEPAGE=   https://github.com/tholo/pytes
 COMMENT=       Plugin plugin to check FLAKE8 requirements
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
-# not declared, but py.io is used as of 1.0.7
-DEPENDS+=      ${PYPKGPREFIX}-py-[0-9]*:../../devel/py-py
-DEPENDS+=      ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+DEPENDS+=      ${PYPKGPREFIX}-flake8>=4.0:../../devel/py-flake8
+DEPENDS+=      ${PYPKGPREFIX}-test>=7.0:../../devel/py-test
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 do-test:
-       cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-test-flake8/distinfo
diff -u pkgsrc/devel/py-test-flake8/distinfo:1.12 pkgsrc/devel/py-test-flake8/distinfo:1.13
--- pkgsrc/devel/py-test-flake8/distinfo:1.12   Tue Oct 26 10:19:08 2021
+++ pkgsrc/devel/py-test-flake8/distinfo        Sat Aug 26 11:49:13 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 10:19:08 nia Exp $
+$NetBSD: distinfo,v 1.13 2023/08/26 11:49:13 adam Exp $
 
-BLAKE2s (pytest-flake8-1.0.7.tar.gz) = 397d24cb3d060399c8ff5bd7e982ab03f3e73656bc7058b9b36588b94074c2ff
-SHA512 (pytest-flake8-1.0.7.tar.gz) = 16e7b437ff9fc9afd3520f6b81d9eafeda840c7cd7925f5287ce0e0d5b20a0fa758183cea7ade369e3fec8606eee976e84c5b3142923e4586f559232012bf3a3
-Size (pytest-flake8-1.0.7.tar.gz) = 9560 bytes
+BLAKE2s (pytest-flake8-1.1.1.tar.gz) = ff3449e2c0710e799aa34388375b7e8d255566d0dc62fc04672be752bb8c83ea
+SHA512 (pytest-flake8-1.1.1.tar.gz) = c6fed2228520501bc0c007c90b189d43953391c10fe93fdd7c4c68203ddfc64937b9919730f25ebcba0c1003ed266fbcb35d3ab12ed49fb63503bf27615286c0
+Size (pytest-flake8-1.1.1.tar.gz) = 9144 bytes



Home | Main Index | Thread Index | Old Index