ports/graphics/py-plotly/Makefile
Jason W. Bacon 2ee19ca7f8 graphics/py-plotly: Update to 5.24.1
Numerous bug fixes and enhancements since 4.14.3
Changes: https://github.com/plotly/plotly.py/releases
Build-tested all depends, no difference from 4.14.3 success/fail
Checked all depends for required plotly versions, no issues found

PR:             277707
Approved by:    maintainer timeout
2024-11-15 16:21:19 -06:00

21 lines
482 B
Makefile

PORTNAME= plotly
PORTVERSION= 5.24.1
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jjachuf@gmail.com
COMMENT= Library for collaborative, interactive, publication-quality graphs
WWW= https://plotly.com/python/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tenacity>=6.2.0:devel/py-tenacity@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>