pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-backcall



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat May 16 08:52:03 UTC 2020

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

Log Message:
py-backcall: pytest from versioned depends


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-backcall/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-backcall/Makefile
diff -u pkgsrc/devel/py-backcall/Makefile:1.1 pkgsrc/devel/py-backcall/Makefile:1.2
--- pkgsrc/devel/py-backcall/Makefile:1.1       Tue Apr  3 11:13:29 2018
+++ pkgsrc/devel/py-backcall/Makefile   Sat May 16 08:52:03 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/04/03 11:13:29 adam Exp $
+# $NetBSD: Makefile,v 1.2 2020/05/16 08:52:03 adam Exp $
 
 DISTNAME=      backcall-0.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/takluyver/b
 COMMENT=       Specifications for callback functions passed in to an API
 LICENSE=       modified-bsd
 
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+PYTHON_VERSIONED_DEPENDENCIES= pytest:test
 
 USE_LANGUAGES= # none
 
@@ -18,4 +18,5 @@ do-test:
        cd ${WRKSRC}/tests && pytest-${PYVERSSUFFIX}
 
 .include "../../lang/python/distutils.mk"
+.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index