git: ea071869c7ee - main - graphics/py-plotly: Fix mangled pkg-descr

From: Jason W. Bacon <jwb_at_FreeBSD.org>
Date: Fri, 22 Nov 2024 20:58:03 UTC
The branch main has been updated by jwb:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ea071869c7ee0c67d03f58da627ba593d05f7879

commit ea071869c7ee0c67d03f58da627ba593d05f7879
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2024-11-22 20:57:47 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2024-11-22 20:57:47 +0000

    graphics/py-plotly: Fix mangled pkg-descr
---
 graphics/py-plotly/pkg-descr | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/graphics/py-plotly/pkg-descr b/graphics/py-plotly/pkg-descr
index 08d8a896c94c..115f8560acb1 100644
--- a/graphics/py-plotly/pkg-descr
+++ b/graphics/py-plotly/pkg-descr
@@ -1,2 +1,7 @@
-It was tested with cpython, jython, ironpython and pypy.
-n plotting library for collaborative, interactive, publication-quality graphs.
+Plotly is an interactive, open-source, and browser-based graphing
+library for Python.
+
+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.