pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-biplist



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 24 11:33:10 UTC 2021

Modified Files:
        pkgsrc/textproc/py-biplist: Makefile

Log Message:
py-biplist: use TEST_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-biplist/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-biplist/Makefile
diff -u pkgsrc/textproc/py-biplist/Makefile:1.8 pkgsrc/textproc/py-biplist/Makefile:1.9
--- pkgsrc/textproc/py-biplist/Makefile:1.8     Sun Dec 17 16:17:54 2017
+++ pkgsrc/textproc/py-biplist/Makefile Wed Nov 24 11:33:10 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/12/17 16:17:54 adam Exp $
+# $NetBSD: Makefile,v 1.9 2021/11/24 11:33:10 wiz Exp $
 
 DISTNAME=      biplist-1.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,8 +10,8 @@ HOMEPAGE=     https://bitbucket.org/wooster/
 COMMENT=       Library for reading/writing binary plists
 LICENSE=       modified-bsd
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
+TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index