git: 6d2be45e4001 - main - graphics/py-chart-studio: New port: Utilities for interfacing with plotly's Chart Studio
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Jun 2023 20:46:05 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6d2be45e4001179f98964918d52dc93cb05a0e39
commit 6d2be45e4001179f98964918d52dc93cb05a0e39
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-06-25 20:31:23 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-06-25 20:46:02 +0000
graphics/py-chart-studio: New port: Utilities for interfacing with plotly's Chart Studio
---
graphics/Makefile | 1 +
graphics/py-chart-studio/Makefile | 23 +++++++++++++++++++++++
graphics/py-chart-studio/distinfo | 3 +++
graphics/py-chart-studio/pkg-descr | 6 ++++++
4 files changed, 33 insertions(+)
diff --git a/graphics/Makefile b/graphics/Makefile
index 17f272858108..b03fb98d23d3 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -853,6 +853,7 @@
SUBDIR += py-cairocffi
SUBDIR += py-cairosvg
SUBDIR += py-cartopy
+ SUBDIR += py-chart-studio
SUBDIR += py-cogdumper
SUBDIR += py-colorcet
SUBDIR += py-colorthief
diff --git a/graphics/py-chart-studio/Makefile b/graphics/py-chart-studio/Makefile
new file mode 100644
index 000000000000..80ffd5205442
--- /dev/null
+++ b/graphics/py-chart-studio/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= chart-studio
+PORTVERSION= 1.1.0
+CATEGORIES= graphics python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Utilities for interfacing with plotly's Chart Studio
+WWW= https://plotly.com/python/
+
+LICENSE= MIT
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}retrying>=1.3.3:devel/py-retrying@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}plotly>=4.14.3:graphics/py-plotly@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/graphics/py-chart-studio/distinfo b/graphics/py-chart-studio/distinfo
new file mode 100644
index 000000000000..bdfecb5b1ea0
--- /dev/null
+++ b/graphics/py-chart-studio/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1687724618
+SHA256 (chart-studio-1.1.0.tar.gz) = a17283b62470306d77060b200f13f9749c807dd15613c113d36f8d057f5c7019
+SIZE (chart-studio-1.1.0.tar.gz) = 51680
diff --git a/graphics/py-chart-studio/pkg-descr b/graphics/py-chart-studio/pkg-descr
new file mode 100644
index 000000000000..2c54c04c43e5
--- /dev/null
+++ b/graphics/py-chart-studio/pkg-descr
@@ -0,0 +1,6 @@
+plotly.py is an interactive, open-source, and browser-based graphing library for
+Python sparkles.
+
+Built on top of plotly.js, plotly.py is a high-level, declarative charting
+library. plotly.js ships with over 30 chart types, including scientific charts,
+3D graphs, statistical charts, SVG maps, financial charts, and more.