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:   wiz
Date:           Sun Apr 30 15:45:09 UTC 2023

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

Log Message:
py-test-flake8: not for python 2


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-test-flake8/Makefile

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.13 pkgsrc/devel/py-test-flake8/Makefile:1.14
--- pkgsrc/devel/py-test-flake8/Makefile:1.13   Tue Apr 25 14:34:20 2023
+++ pkgsrc/devel/py-test-flake8/Makefile        Sun Apr 30 15:45:09 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2023/04/25 14:34:20 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2023/04/30 15:45:09 wiz Exp $
 
 DISTNAME=      pytest-flake8-1.0.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -11,11 +11,12 @@ 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_VERSIONED_DEPENDENCIES+=        test
-PYTHON_VERSIONED_DEPENDENCIES+=        flake8
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 
@@ -23,5 +24,4 @@ do-test:
        cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index