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

This commit is contained in:
Aleksej Lebedev 2020-06-03 12:02:42 +02:00
parent be50497ed5
commit 092454c7be
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1 @@
The interactive graphing library for Python.

View File

@ -7,10 +7,13 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=p/plotly/}
MAINTAINER= root@zta.lk
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"