pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/py-plotly
Module Name: pkgsrc
Committed By: wiz
Date: Fri Nov 22 21:57:12 UTC 2024
Modified Files:
pkgsrc/graphics/py-plotly: Makefile
Log Message:
py-plotly: add missing TOOL_DEPENDS
TODO: there's a config file in the PLIST that should be handled
with CONF_FILES
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/py-plotly/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/py-plotly/Makefile
diff -u pkgsrc/graphics/py-plotly/Makefile:1.1 pkgsrc/graphics/py-plotly/Makefile:1.2
--- pkgsrc/graphics/py-plotly/Makefile:1.1 Fri Nov 22 21:07:08 2024
+++ pkgsrc/graphics/py-plotly/Makefile Fri Nov 22 21:57:12 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/11/22 21:07:08 bacon Exp $
+# $NetBSD: Makefile,v 1.2 2024/11/22 21:57:12 wiz Exp $
DISTNAME= plotly-5.24.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,9 +10,10 @@ HOMEPAGE= https://plotly.com/python/
COMMENT= Interactive graphing library for Python
LICENSE= mit
-USE_LANGUAGES= # none
-
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-tenacity>=6.2.0:../../devel/py-tenacity
+USE_LANGUAGES= # none
+
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index