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: wiz
Date: Sat Jan 30 10:15:15 UTC 2021
Modified Files:
pkgsrc/net/py-stone: Makefile
Log Message:
py-stone: make py-test-runner a build dependency
Perhaps it really is a test dependency, but in setup.py it's listed
in setup_requires, not test_requires.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/net/py-stone/Makefile:1.3
--- pkgsrc/net/py-stone/Makefile:1.2 Sat Jan 30 06:28:13 2021
+++ pkgsrc/net/py-stone/Makefile Sat Jan 30 10:15:15 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/01/30 06:28:13 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/01/30 10:15:15 wiz Exp $
DISTNAME= stone-3.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,9 +12,7 @@ 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
+BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index