pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-Routes



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 24 11:39:55 UTC 2021

Modified Files:
        pkgsrc/www/py-Routes: Makefile

Log Message:
py-Routes: use TEST_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-Routes/Makefile

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

Modified files:

Index: pkgsrc/www/py-Routes/Makefile
diff -u pkgsrc/www/py-Routes/Makefile:1.4 pkgsrc/www/py-Routes/Makefile:1.5
--- pkgsrc/www/py-Routes/Makefile:1.4   Tue Jul 11 09:22:02 2017
+++ pkgsrc/www/py-Routes/Makefile       Wed Nov 24 11:39:54 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/07/11 09:22:02 adam Exp $
+# $NetBSD: Makefile,v 1.5 2021/11/24 11:39:54 wiz Exp $
 
 DISTNAME=      Routes-2.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,9 +13,9 @@ LICENSE=      mit
 DEPENDS+=      ${PYPKGPREFIX}-repoze.lru>=0.3:../../devel/py-repoze.lru
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-WebOb-[0-9]*:../../www/py-WebOb
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-WebTest-[0-9]*:../../www/py-WebTest
+TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
+TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+TEST_DEPENDS+= ${PYPKGPREFIX}-WebTest-[0-9]*:../../www/py-WebTest
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index