pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat May 16 08:54:05 UTC 2020

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

Log Message:
pytest from versioned depends


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-test-cov/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-cov/Makefile
diff -u pkgsrc/devel/py-test-cov/Makefile:1.10 pkgsrc/devel/py-test-cov/Makefile:1.11
--- pkgsrc/devel/py-test-cov/Makefile:1.10      Wed Oct 16 16:41:16 2019
+++ pkgsrc/devel/py-test-cov/Makefile   Sat May 16 08:54:05 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2019/10/16 16:41:16 adam Exp $
+# $NetBSD: Makefile,v 1.11 2020/05/16 08:54:05 adam Exp $
 
 DISTNAME=      pytest-cov-2.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -11,9 +11,11 @@ COMMENT=     Pytest plugin for measuring cov
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-coverage>=4.4:../../devel/py-coverage
-DEPENDS+=      ${PYPKGPREFIX}-test>=3.6:../../devel/py-test
+
+PYTHON_VERSIONED_DEPENDENCIES= pytest
 
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index