Port details |
- py-graphviz Simple Python interface for Graphviz
- 0.10.1 graphics
=4 0.10.1Version of this port present on the latest quarterly branch. - Maintainer: lbartoletti@FreeBSD.org
 - Port Added: 2002-03-22 23:40:33
- Last Update: 2021-08-31 09:23:32
- Commit Hash: 141807b
- People watching this port, also watch:: py38-tkinter, sdl, libao, zip, glib
- Also Listed In: python
- License: MIT
- Description:
- This package facilitates the creation and rendering of graph descriptions in the
DOT language of the Graphviz graph drawing software (repo) from Python.
Create a graph object, assemble the graph by adding nodes and edges, and
retrieve its DOT source code string. Save the source code to a file and render
it with the Graphviz installation of your system.
Use the view option/method to directly inspect the resulting (PDF, PNG, SVG,
etc.) file with its default application. Graphs can also be rendered and
displayed within Jupyter notebooks (a.k.a. IPython notebooks, example) as well
as the Jupyter Qt Console.
WWW: https://github.com/xflr6/graphviz
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}graphviz>0:graphics/py-graphviz@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/graphics/py-graphviz/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/py-graphviz
- pkg install py38-graphviz
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 py38-graphviz listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-graphviz
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1542125035
SHA256 (graphviz-0.10.1.zip) = d311be4fddfe832a56986ac5e1d6e8715d7fcb0208560da79d1bb0f72abef41f
SIZE (graphviz-0.10.1.zip) = 167590
- 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:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- dot : graphics/graphviz
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Build
-
- science/abinit
- www/py-dj32-django-treebeard
- www/py-django-treebeard
- for Run
-
- devel/py-objgraph
- misc/py-mxnet
- ports-mgmt/portgraph
- Configuration Options:
- No options to configure
- Options name:
- graphics_py-graphviz
- USES:
- cpe python:3.6+ zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
31 Aug 2021 09:23:32 0.10.1
|
Bernhard Froehlich (decke)  |
graphics/py-graphviz: Add CPE information
Approved by: portmgr (blanket) |
06 Apr 2021 14:31:07 0.10.1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
0.10.1
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
14 Jan 2020 21:45:15
0.10.1
|
lbartoletti  |
Change my mail address to lbartoletti@FreeBSD.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D23169 |
29 Jan 2019 16:16:56
0.10.1
|
miwi  |
- Update to 0.10.1
Changes by upstream:
- https://github.com/xflr6/graphviz/blob/0.10.1/CHANGES.txt
PR: 234619
Submitted by: freebsd_ports@k-worx.org
Approved by: maintainer
Sponsored by: iXsystems Inc. |
17 Aug 2018 02:24:03
0.8.4
|
wen  |
- Update to 0.8.4
PR: 230677
Submitted by: lbartoletti@tuxfamily.org(maintainer) |
20 Jun 2018 17:05:44
0.8.3
|
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 |
05 May 2018 05:58:44
0.8.3
|
riggs  |
Update to upstream release 0.8.3
PR: 227958
Submitted by: lbartoletti@tuxfamily.org (maintainer)
MFH: 2018Q2 |
15 Jan 2018 17:16:56
0.8.2
|
sunpoet  |
Update to 0.8.2
Changes: https://github.com/xflr6/graphviz/blob/master/CHANGES.txt
PR: 224979
Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer) |
30 Nov 2017 15:50:34
0.8.1 
|
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 ) |
18 Oct 2017 16:53:43
0.8.1
|
swills  |
graphics/py-graphviz: update to 0.8.1
PR: 223058
Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer) |
17 Sep 2017 11:32:27
0.8
|
dbaio  |
Add graphics/py-graphviz, simple Python interface for Graphviz
This package facilitates the creation and rendering of graph descriptions in the
DOT language of the Graphviz graph drawing software (repo) from Python.
Create a graph object, assemble the graph by adding nodes and edges, and
retrieve its DOT source code string. Save the source code to a file and render
it with the Graphviz installation of your system.
Use the view option/method to directly inspect the resulting (PDF, PNG, SVG,
etc.) file with its default application. Graphs can also be rendered and
displayed within Jupyter notebooks (a.k.a. IPython notebooks, example) as well
as the Jupyter Qt Console.
WWW: https://github.com/xflr6/graphviz (Only the first 15 lines of the commit message are shown above ) |
07 Feb 2016 09:44:24
1.3.1
|
koobs  |
graphics/py-graphviz: Move to py-pygraphviz, Fix 3.x build
There are numerous graphviz related packages in PyPI, including:
graphviz, graphviz-python and pygraphviz.
This port, py-graphviz, is not and does not provide the same package
as the 'graphviz' package on PyPI (CHEESESHOP).
Further, it blocks the creation of a correctly named py-graphviz port,
is a POLA violation in terms of users expecting to find and recieve
the package they expect based on a standard search, and is likely to
create confusion among other ports if they depend on a python graphviz
package, which could result in incorrect packages/dependencies.
This is why among other reasons, Python packages should be named (Only the first 15 lines of the commit message are shown above ) |
08 Dec 2015 15:55:03
1.3.1
|
vanilla  |
Upgrade to 1.3.1. |
13 Mar 2015 13:21:50
1.2_1
|
amdmi3  |
- Strip library |
17 Jan 2015 15:58:02
1.2
|
vanilla  |
Upgrade to 1.2. |
16 Jan 2015 17:28:14
1.1_1
|
rafan  |
Drop maintainership as I no longer use these software nor have time and
energy to keep up. |
21 Oct 2014 16:36:12
1.1_1
|
mva  |
- Convert ports of graphics/ to new USES=python
Approved by: portmgr (implicit) |
20 Oct 2014 17:04:21
1.1_1
|
bapt  |
Cleanup plist |
08 May 2014 16:06:02
1.1_1
|
vanilla  |
- Stage
PR: ports/188922
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@ |
20 Sep 2013 18:35:46
1.1_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
01 Jun 2012 05:26:28
1.1_1
|
dinoex  |
- update png to 1.5.10 |
23 Jan 2012 04:31:34
1.1
|
rafan  |
- Update to 1.1 |
03 Jul 2011 14:12:23
1.0
|
ohauer  |
-remove MD5 |
03 Aug 2010 14:15:52
1.0
|
rafan  |
- Update to 1.0 |
28 Mar 2010 06:47:48
0.99.1_3
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.99.1_2
|
dinoex  |
- update to jpeg-8 |
31 Jul 2009 13:57:52
0.99.1_1
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
13 Feb 2009 01:44:22
0.99.1
|
rafan  |
- Update to 0.99.1
PR: ports/131509
Submitted by: Yi-Jheng Lin <yzlin at cs.nctu.edu.tw> |
01 Feb 2009 19:09:07
0.33_2
|
lwhsu  |
- Fix fetch
Reported by: -fetch-original pointyhat run |
06 Jun 2008 13:35:04
0.33_2
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
30 Jul 2007 09:42:28
0.33_1
|
alexbl  |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
19 May 2007 20:32:57
0.33_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
05 Mar 2007 14:10:58
0.33
|
rafan  |
- Update to 0.33
- Take maintainership
Approved by: xride (maintainer) |
29 Sep 2006 22:01:23
0.22
|
xride  |
Change my MAINTAINER email to be my @FreeBSD email
Approved by: tmclaugh |
24 Sep 2006 17:46:53
0.22
|
miwi  |
- Fix place of install when devel/py-setuptools is installed
- Pass maintainership to submitter
PR: ports/103564
Submitted by: Soeren Straarup <xride@x12.dk> |
11 Apr 2006 14:46:43
0.22
|
vs  |
Update to recommended version 0.22 from new upstream which no longer requires
SWIG.
This fixes the brokeness introduced in the previous SWIG bandaid.
A lawyer might want to check if the license is also less restrictive now ;)
Sponsored by: simon & erwin of tb3.droso.net |
09 Apr 2006 15:41:05
0.1_2
|
vs  |
Fall back to swig 1.1, something has broken with swig 1.3 |
26 Nov 2005 01:48:16
0.1_2
|
pav  |
- Add SHA256 |
03 Nov 2005 08:17:25
0.1_2
|
vs  |
Use -rpath for linking so that ldconfiguring graphviz-local shared libs
is not required. |
01 Nov 2005 14:18:52
0.1_1
|
arved  |
Fix dependency on graphviz, the graphviz libraries are installed in a
non-default libdir, add BUILD_ and RUN_ dependendencies instead. |
14 Oct 2005 14:52:45
0.1_1
|
vs  |
Use LIB_DEPENDS on graphviz isntead of obscure BUILD_DEPENDS=/path/to/.so |
26 Feb 2005 13:23:06
0.1_1
|
pav  |
- Remove files/setup.py
- Add files/Makefile
- Rather than build from port's own download of graphviz, depend on the
graphviz port and use its shared objects. (Fixes fetch problem)
PR: ports/78069
Submitted by: Sam Lawrance <boris@brooknet.com.au> |
29 Jan 2004 07:24:56
0.1_1
|
trevor  |
SIZEify. |
31 Mar 2003 04:18:46
0.1_1
|
perky  |
Update based graphviz's version to fix a checksum failure
Spotted by: kris |
25 Feb 2003 06:25:36
0.1
|
perky  |
De-pkg-comment for my ports. |
30 Oct 2002 13:14:22
0.1
|
knu  |
devel/SWIG-devel -> devel/swig13 |
23 Aug 2002 11:30:23
0.1
|
perky  |
Add missing .pyo files to each pkg-plist |
25 Jun 2002 07:50:58
0.1
|
perky  |
Updating my email address.
Approved by: cjh (mentor) |
29 Apr 2002 17:40:02
0.1
|
ijliao  |
use USE_PYDISTUTILS |
19 Mar 2002 06:35:34
0.1
|
petef  |
Add py-graphviz 0.1, python interface to GraphViz agraph.
PR: 33159
Submitted by: Hye-Shik Chang <perky@fallin.lv> |