pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat May 16 14:05:15 UTC 2020

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

Log Message:
pytest from versioned deps.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-isort/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-isort/Makefile
diff -u pkgsrc/devel/py-test-isort/Makefile:1.1 pkgsrc/devel/py-test-isort/Makefile:1.2
--- pkgsrc/devel/py-test-isort/Makefile:1.1     Mon Aug 21 15:30:27 2017
+++ pkgsrc/devel/py-test-isort/Makefile Sat May 16 14:05:15 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/08/21 15:30:27 adam Exp $
+# $NetBSD: Makefile,v 1.2 2020/05/16 14:05:15 adam Exp $
 
 DISTNAME=      pytest-isort-0.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -11,10 +11,12 @@ COMMENT=    Pytest plugin to perform isort 
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-isort>=3.9.6:../../devel/py-isort
-DEPENDS+=      ${PYPKGPREFIX}-test>=2.6.4:../../devel/py-test
 DEPENDS+=      ${PYPKGPREFIX}-test-cache>=1.0:../../devel/py-test-cache
 
+PYTHON_VERSIONED_DEPENDENCIES= test
+
 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