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:   joerg
Date:           Sun Oct  8 20:25:54 UTC 2017

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

Log Message:
py-textile: Needs py-test-runner. Downgrade various other build deps.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 pkgsrc/textproc/py-textile/Makefile:1.17
--- pkgsrc/textproc/py-textile/Makefile:1.16    Sat Oct  7 07:20:11 2017
+++ pkgsrc/textproc/py-textile/Makefile Sun Oct  8 20:25:53 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2017/10/07 07:20:11 adam Exp $
+# $NetBSD: Makefile,v 1.17 2017/10/08 20:25:53 joerg Exp $
 
 DISTNAME=      textile-2.3.16
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,14 +10,16 @@ HOMEPAGE=   https://github.com/textile/pyt
 COMMENT=       XHTML generator using a simple markup
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-DEPENDS+=      ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-DEPENDS+=      ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 USE_LANGUAGES= # none
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} pytextile pytextile${PYVERSSUFFIX} || ${TRUE}
 
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index