Port details |
- py-plotly Library for collaborative, interactive, publication-quality graphs
- 5.24.1 graphics =4 4.14.3Version of this port present on the latest quarterly branch.
- Maintainer: jjachuf@gmail.com
- Port Added: 2015-03-17 01:37:48
- Last Update: 2024-11-22 20:57:47
- Commit Hash: ea07186
- People watching this port, also watch:: openjpeg, dbus, autoconf, libevent, jpeg-turbo
- Also Listed In: python
- License: MIT
- WWW:
- https://plotly.com/python/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}plotly>0:graphics/py-plotly@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/graphics/py-plotly/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/py-plotly
- pkg install py311-plotly
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-plotly listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-plotly
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1731442628
SHA256 (plotly-5.24.1.tar.gz) = dbc8ac8339d248a4bcc36e08a5659bacfe1b079390b8953533f4eb22169b4bae
SIZE (plotly-5.24.1.tar.gz) = 9479398
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-tenacity>=6.2.0 : devel/py-tenacity@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- graphics/qgis
- graphics/qgis-ltr
- for Run
-
- benchmarks/uica
- biology/py-deeptools
- biology/py-multiqc
- graphics/py-chart-studio
- graphics/py-geomdl
- graphics/qgis
- graphics/qgis-ltr
Configuration Options:
- No options to configure
- Options name:
- graphics_py-plotly
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.24.1 22 Nov 2024 20:57:47 |
Jason W. Bacon (jwb) |
graphics/py-plotly: Fix mangled pkg-descr |
5.24.1 15 Nov 2024 22:21:19 |
Jason W. Bacon (jwb) |
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 |
4.14.3 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
4.14.3 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.14.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.14.3 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
4.14.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.14.3 23 Jan 2021 00:48:24 |
yuri |
graphics/py-plotly: Update 4.10.0 -> 4.14.3
PR: 251441
Approved by: jjachuf@gmail.com (maintainer's timeout 50 days) |
4.10.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
4.10.0 12 Sep 2020 05:43:27 |
yuri |
graphics/py-plotly: Update 3.0.2 -> 4.10.0
PR: 248178
Approved by: jjachuf@gmail.com (maintainer's timeout; 50+ days) |
3.0.2 23 Jul 2018 08:55:27 |
wen |
- Update to 3.0.2
PR: 229914
Submitted by: jjachuf@gmail.com(maintainer) |
2.2.3 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
2.2.3 17 Dec 2017 21:05:57 |
swills |
graphics/py-plotly: update to 2.2.3
PR: 224388
Submitted by: jjachuf@gmail.com (maintainer) |
2.0.7 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
2.0.7 21 Apr 2017 06:22:25 |
miwi |
- Update to 2.0.7
PR: 218532
Submitted by: maintainer |
1.9.7 15 Apr 2016 13:17:17 |
amdmi3 |
- Update to 1.9.7
PR: 208699
Submitted by: jjachuf@gmail.com (maintainer) |
1.9.5 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.9.5 12 Feb 2016 20:21:35 |
rm |
graphics/py-plotly: update to 1.9.5
- update to 1.9.5
- add missing dependencies
- add NO_ARCH, sort USE_PYTHON, while here
PR: 206868
Submitted by: jjachuf@gmail.com (maintainer) |
1.6.12 20 Mar 2015 17:41:40 |
sunpoet |
- Fix LICENSE
PR: 198744
Submitted by: <jjachuf@gmail.com> (maintainer) |
1.6.12 17 Mar 2015 01:37:32 |
vanilla |
Add py-plotly 1.6.12, plotting library for collaborative, interactive,
publication-quality graphs.
PR: 198630
Submitted by: jjachuf@gmail.com |