pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-textile



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May  4 21:07:52 UTC 2023

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

Log Message:
py-textile: fix depends type


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/py-textile/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-textile/Makefile
diff -u pkgsrc/textproc/py-textile/Makefile:1.24 pkgsrc/textproc/py-textile/Makefile:1.25
--- pkgsrc/textproc/py-textile/Makefile:1.24    Sun Apr 30 18:55:30 2023
+++ pkgsrc/textproc/py-textile/Makefile Thu May  4 21:07:52 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2023/04/30 18:55:30 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2023/05/04 21:07:52 wiz Exp $
 
 DISTNAME=      textile-3.0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,8 +13,9 @@ LICENSE=      modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-html5lib>=0.999999999:../../textproc/py-html5lib
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-runner
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+# yes, BUILD_DEPENDS< as of 3.0.4
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index