pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-dash



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May  2 17:15:11 UTC 2023

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

Log Message:
py-dash: not for Python 2


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-dash/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-dash/Makefile
diff -u pkgsrc/devel/py-dash/Makefile:1.11 pkgsrc/devel/py-dash/Makefile:1.12
--- pkgsrc/devel/py-dash/Makefile:1.11  Wed Aug 24 08:41:08 2022
+++ pkgsrc/devel/py-dash/Makefile       Tue May  2 17:15:11 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2022/08/24 08:41:08 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2023/05/02 17:15:11 wiz Exp $
 
 DISTNAME=      pydash-4.7.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
@@ -12,14 +12,15 @@ COMMENT=    Python utility libraries for do
 LICENSE=       mit
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-
-PYTHON_VERSIONED_DEPENDENCIES+=        test:test test-cov:test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 do-test:
        cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index