Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/py-MyHDL py-MyHDL: pytest from versioned depens



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c250d1800f3e
branches:  trunk
changeset: 431720:c250d1800f3e
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat May 16 08:41:53 2020 +0000

description:
py-MyHDL: pytest from versioned depens

diffstat:

 cad/py-MyHDL/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 4e98c0de38d6 -r c250d1800f3e cad/py-MyHDL/Makefile
--- a/cad/py-MyHDL/Makefile     Sat May 16 08:37:47 2020 +0000
+++ b/cad/py-MyHDL/Makefile     Sat May 16 08:41:53 2020 +0000
@@ -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 @@
 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 @@
                        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