pkgsrc-WIP-changes archive

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

py-plotly: added DESCR, added dependency on py-retrying



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Wed Jun 3 12:02:42 2020 +0200
Changeset:	092454c7be745b5a70a1cd49688180716eff61f5

Modified Files:
	py-plotly/DESCR
	py-plotly/Makefile

Log Message:
py-plotly: added DESCR, added dependency on py-retrying

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=092454c7be745b5a70a1cd49688180716eff61f5

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

diffstat:
 py-plotly/DESCR    | 1 +
 py-plotly/Makefile | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-plotly/DESCR b/py-plotly/DESCR
index e69de29bb2..7ce7d3e691 100644
--- a/py-plotly/DESCR
+++ b/py-plotly/DESCR
@@ -0,0 +1 @@
+The interactive graphing library for Python.
diff --git a/py-plotly/Makefile b/py-plotly/Makefile
index 8e0331d2b9..0819591e36 100644
--- a/py-plotly/Makefile
+++ b/py-plotly/Makefile
@@ -7,10 +7,13 @@ MASTER_SITES=	${MASTER_SITE_PYPI:=p/plotly/}
 
 MAINTAINER=	root%zta.lk@localhost
 HOMEPAGE=	https://plotly.com/python/
-COMMENT=	Plotly Python Open Source Graphing Library
+COMMENT=	Interactive graphing library for Python
 LICENSE=	mit
 
 USE_LANGUAGES=	# none
 
+DEPENDS+=	${PYPKGPREFIX}-pandas>=0.24.2:../../math/py-pandas
+DEPENDS+=	${PYPKGPREFIX}-retrying>=1.3.3:../../wip/py-retrying
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index