pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/py-MyHDL



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat May 16 08:41:53 UTC 2020

Modified Files:
        pkgsrc/cad/py-MyHDL: Makefile

Log Message:
py-MyHDL: pytest from versioned depens


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/cad/py-MyHDL/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cad/py-MyHDL/Makefile
diff -u pkgsrc/cad/py-MyHDL/Makefile:1.25 pkgsrc/cad/py-MyHDL/Makefile:1.26
--- pkgsrc/cad/py-MyHDL/Makefile:1.25   Thu Dec 27 16:01:54 2018
+++ pkgsrc/cad/py-MyHDL/Makefile        Sat May 16 08:41:53 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2018/12/27 16:01:54 joerg Exp $
+# $NetBSD: Makefile,v 1.26 2020/05/16 08:41:53 adam Exp $
 
 .include "Makefile.common"
 
@@ -8,8 +8,7 @@ PKGREVISION=    1
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Hardware description in Python
 
-# TEST_DEPENDS
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+PYTHON_VERSIONED_DEPENDENCIES= pytest
 
 .include "../../lang/python/pyversion.mk"
 
@@ -25,4 +24,5 @@ do-test:
                        py.test-${PYVERSSUFFIX}
 
 .include "../../lang/python/distutils.mk"
+.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index