aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-chart-studio
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-06-25 20:31:23 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-06-25 20:46:02 +0000
commit6d2be45e4001179f98964918d52dc93cb05a0e39 (patch)
treedd878c72c6045781e901d3d2cc876d51403a9627 /graphics/py-chart-studio
parent886d17d8010f894bb32721f6c50ebac1f8e5a7be (diff)
downloadports-6d2be45e4001179f98964918d52dc93cb05a0e39.tar.gz
ports-6d2be45e4001179f98964918d52dc93cb05a0e39.zip
graphics/py-chart-studio: New port: Utilities for interfacing with plotly's Chart Studio
Diffstat (limited to 'graphics/py-chart-studio')
-rw-r--r--graphics/py-chart-studio/Makefile23
-rw-r--r--graphics/py-chart-studio/distinfo3
-rw-r--r--graphics/py-chart-studio/pkg-descr6
3 files changed, 32 insertions, 0 deletions
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.