pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-stone



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jan 30 06:28:13 UTC 2021

Modified Files:
        pkgsrc/net/py-stone: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/py-stone/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-stone/Makefile
diff -u pkgsrc/net/py-stone/Makefile:1.1 pkgsrc/net/py-stone/Makefile:1.2
--- pkgsrc/net/py-stone/Makefile:1.1    Wed Jan 20 21:02:13 2021
+++ pkgsrc/net/py-stone/Makefile        Sat Jan 30 06:28:13 2021
@@ -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 @@ LICENSE=      mit
 
 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