pkgsrc-WIP-changes archive

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

py-smmap2: Use TEST_DEPENDS instead of BUILD_DEPENDS now that's possible



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Dec 17 12:23:47 2019 +0100
Changeset:	6fe0c086259b6c8b3bf44b7e45f784964404a4d4

Modified Files:
	py-smmap2/Makefile

Log Message:
py-smmap2: Use TEST_DEPENDS instead of BUILD_DEPENDS now that's possible

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6fe0c086259b6c8b3bf44b7e45f784964404a4d4

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

diffstat:
 py-smmap2/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-smmap2/Makefile b/py-smmap2/Makefile
index 3430e75800..3ca08191a3 100644
--- a/py-smmap2/Makefile
+++ b/py-smmap2/Makefile
@@ -10,10 +10,9 @@ HOMEPAGE=	https://github.com/Byron/smmap
 COMMENT=	Git implementation of a sliding window memory map manager
 LICENSE=	modified-bsd
 
-# TEST_DEPENDS
-BUILD_DEPENDS+=	${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
-BUILD_DEPENDS+=	${PYPKGPREFIX}-nosexcover-[0-9]*:../../devel/py-nosexcover
-BUILD_DEPENDS+=	${PYPKGPREFIX}-coverage>=3.4:../../devel/py-coverage
+TEST_DEPENDS+=	${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+TEST_DEPENDS+=	${PYPKGPREFIX}-nosexcover-[0-9]*:../../devel/py-nosexcover
+TEST_DEPENDS+=	${PYPKGPREFIX}-coverage>=3.4:../../devel/py-coverage
 
 USE_LANGUAGES=	# none
 


Home | Main Index | Thread Index | Old Index