pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-textile py-textile: Needs py-test-runner. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fea06414a596
branches:  trunk
changeset: 369950:fea06414a596
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Oct 08 20:25:53 2017 +0000

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

diffstat:

 textproc/py-textile/Makefile |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 1a3094d54b3a -r fea06414a596 textproc/py-textile/Makefile
--- a/textproc/py-textile/Makefile      Sun Oct 08 20:23:37 2017 +0000
+++ b/textproc/py-textile/Makefile      Sun Oct 08 20:25:53 2017 +0000
@@ -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 @@
 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