pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/py-jedi



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu May 21 13:24:54 UTC 2020

Modified Files:
        pkgsrc/editors/py-jedi: Makefile

Log Message:
py-jedi: add TEST_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/py-jedi/Makefile

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

Modified files:

Index: pkgsrc/editors/py-jedi/Makefile
diff -u pkgsrc/editors/py-jedi/Makefile:1.2 pkgsrc/editors/py-jedi/Makefile:1.3
--- pkgsrc/editors/py-jedi/Makefile:1.2 Mon May 18 08:35:13 2020
+++ pkgsrc/editors/py-jedi/Makefile     Thu May 21 13:24:53 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/05/18 08:35:13 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2020/05/21 13:24:53 adam Exp $
 
 DISTNAME=      jedi-0.17.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,14 +12,16 @@ LICENSE=    mit
 
 DEPENDS+=      ${PYPKGPREFIX}-parso>=0.1.0:../../lang/py-parso
 DEPENDS+=      ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
+TEST_DEPENDS+= ${PYPKGPREFIX}-colorama-[0-9]*:../../comms/py-colorama
+TEST_DEPENDS+= ${PYPKGPREFIX}-docopt-[0-9]*:../../devel/py-docopt
 
 PYTHON_VERSIONED_DEPENDENCIES= test:test
 
 USE_LANGUAGES= # none
 
 do-test:
-       cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} py.test-${PYVERSSUFFIX}
+       cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} pytest-${PYVERSSUFFIX}
 
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index