pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-creole



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 24 11:34:08 UTC 2021

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

Log Message:
py-creole: use TEST_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-creole/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-creole/Makefile
diff -u pkgsrc/textproc/py-creole/Makefile:1.11 pkgsrc/textproc/py-creole/Makefile:1.12
--- pkgsrc/textproc/py-creole/Makefile:1.11     Thu Mar  1 08:10:35 2018
+++ pkgsrc/textproc/py-creole/Makefile  Wed Nov 24 11:34:08 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2018/03/01 08:10:35 adam Exp $
+# $NetBSD: Makefile,v 1.12 2021/11/24 11:34:08 wiz Exp $
 
 DISTNAME=      python-creole-1.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^python-//}
@@ -12,7 +12,7 @@ LICENSE=      gnu-gpl-v3
 
 DEPENDS+=      ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
 DEPENDS+=      ${PYPKGPREFIX}-textile-[0-9]*:../../textproc/py-textile
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 
 USE_LANGUAGES=         # none
 



Home | Main Index | Thread Index | Old Index