pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-rebulk



Module Name:    pkgsrc
Committed By:   leot
Date:           Sat Apr 15 09:31:41 UTC 2017

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

Log Message:
pytest-runner (devel/py-test-runner) is a setup_requires... Mark it accordingly
as BUILD_DEPENDS.

Thanks to <joerg>!


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-rebulk/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-rebulk/Makefile
diff -u pkgsrc/textproc/py-rebulk/Makefile:1.1 pkgsrc/textproc/py-rebulk/Makefile:1.2
--- pkgsrc/textproc/py-rebulk/Makefile:1.1      Fri Apr 14 14:09:08 2017
+++ pkgsrc/textproc/py-rebulk/Makefile  Sat Apr 15 09:31:41 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/04/14 14:09:08 leot Exp $
+# $NetBSD: Makefile,v 1.2 2017/04/15 09:31:41 leot Exp $
 
 DISTNAME=      rebulk-0.8.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/Toilal/rebu
 COMMENT=       Performs advanced searches in strings
 LICENSE=       mit
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index