pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-influxdb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May 24 12:46:43 UTC 2026

Modified Files:
        pkgsrc/databases/py-influxdb: Makefile

Log Message:
py-influxdb: add missing tool dependency

add a couple test dependencies, but this wants nose, which is Python
2-only.


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

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

Modified files:

Index: pkgsrc/databases/py-influxdb/Makefile
diff -u pkgsrc/databases/py-influxdb/Makefile:1.1 pkgsrc/databases/py-influxdb/Makefile:1.2
--- pkgsrc/databases/py-influxdb/Makefile:1.1   Fri May 22 16:54:21 2026
+++ pkgsrc/databases/py-influxdb/Makefile       Sun May 24 12:46:43 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2026/05/22 16:54:21 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2026/05/24 12:46:43 wiz Exp $
 
 DISTNAME=      influxdb-5.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,11 +10,15 @@ HOMEPAGE=   https://github.com/influxdb/in
 COMMENT=       InfluxDB 1.x client for Python
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 DEPENDS+=      ${PYPKGPREFIX}-msgpack-[0-9]*:../../devel/py-msgpack
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.17.0:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.6.0:../../time/py-dateutil
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=0:../../devel/py-mock
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-nose>=0:../../devel/py-nose
+TEST_DEPENDS+= ${PYPKGPREFIX}-requests-mock>=0:../../devel/py-requests-mock
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index