pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-stone (net/py-stone) Add py-test-runner for DEP...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33b1aefb06e9
branches:  trunk
changeset: 445828:33b1aefb06e9
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Jan 30 06:28:13 2021 +0000

description:
(net/py-stone) Add py-test-runner for DEPENDS

diffstat:

 net/py-stone/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 39f800af33c8 -r 33b1aefb06e9 net/py-stone/Makefile
--- a/net/py-stone/Makefile     Sat Jan 30 00:41:51 2021 +0000
+++ b/net/py-stone/Makefile     Sat Jan 30 06:28:13 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/01/20 21:02:13 adam Exp $
+# $NetBSD: Makefile,v 1.2 2021/01/30 06:28:13 mef Exp $
 
 DISTNAME=      stone-3.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +12,9 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-ply>=3.4:../../devel/py-ply
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.3.0:../../lang/py-six
+# Following dependency is not described at https://pypi.org/project/stone/
+# and not intensively checked either BUILD_DEPENDS or DEPENDS.
+DEPENDS+=      ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index