pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-dictpath



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 30 15:37:05 UTC 2023

Modified Files:
        pkgsrc/devel/py-dictpath: Makefile

Log Message:
py-dictpath: not for python 2


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-dictpath/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-dictpath/Makefile
diff -u pkgsrc/devel/py-dictpath/Makefile:1.3 pkgsrc/devel/py-dictpath/Makefile:1.4
--- pkgsrc/devel/py-dictpath/Makefile:1.3       Wed Aug 24 08:41:08 2022
+++ pkgsrc/devel/py-dictpath/Makefile   Sun Apr 30 15:37:05 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/08/24 08:41:08 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/04/30 15:37:05 wiz Exp $
 
 DISTNAME=      dictpath-0.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,15 +11,16 @@ HOMEPAGE=   https://github.com/p1c2u/dictp
 COMMENT=       Object-oriented dictionary paths
 LICENSE=       apache-2.0
 
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
 
-PYTHON_VERSIONED_DEPENDENCIES+=        test:test test-cov:test
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 
 do-test:
        cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
 
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index