aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-graphviz/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.10.1Martin Wilke2019-01-291-3/+3
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=491577
* - Update to 0.8.4Wen Heping2018-08-171-3/+3
| | | | | | | | PR: 230677 Submitted by: lbartoletti@tuxfamily.org(maintainer) Notes: svn path=/head/; revision=477406
* Update to upstream release 0.8.3Thomas Zander2018-05-051-3/+3
| | | | | | | | | PR: 227958 Submitted by: lbartoletti@tuxfamily.org (maintainer) MFH: 2018Q2 Notes: svn path=/head/; revision=469087
* Update to 0.8.2Sunpoet Po-Chuan Hsieh2018-01-151-3/+3
| | | | | | | | | Changes: https://github.com/xflr6/graphviz/blob/master/CHANGES.txt PR: 224979 Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer) Notes: svn path=/head/; revision=459095
* graphics/py-graphviz: update to 0.8.1Steve Wills2017-10-181-3/+3
| | | | | | | | PR: 223058 Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer) Notes: svn path=/head/; revision=452355
* Add graphics/py-graphviz, simple Python interface for GraphvizDanilo G. Baio2017-09-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Already existed a port named graphics/py-graphviz, it was moved in ports r408353 to graphics/py-pygraphviz because it was using an incorrect name. More info in the commit log [1]. 1 - https://svnweb.freebsd.org/ports?view=revision&revision=408353 PR: 222205 Submitted by: lbartoletti@tuxfamily.org Reviewed by: koobs Differential Revision: D12319 Notes: svn path=/head/; revision=449993
* graphics/py-graphviz: Move to py-pygraphviz, Fix 3.x buildKubilay Kocak2016-02-071-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 exactly what they are called in PyPI, or inside install_requires, setup_requires or tests_requires as dependencies in other packages. This change moves py-graphviz to py-pygraphviz to correct the above incorrect naming. While I'm here: - Remove backup (http) MASTER_SITES, CHEESESHOP is highly-available and provides a Geo-aware CDN by Fastly. - Remove {BUILD,RUN}_DEPENDS in favour of the actual LIB_DEPENDS - Use PYDISTUTILS_* framework variables to customise the build instead of hack patching setup.py - Enable autoplist, fixing builds on Python 3.x [1] - Enable concurrent (Python version) installation - Hack patch setup.py to preclude docs installation, as it adds a directory to --record and breaks pkg-plist output [2] - Remove DOCSDIR override (no longer necessary) - Assign MAINTAINER'ship to python@ - Add TEST_DEPENDS and test target - pkg-descr: Match WWW URL to setup.py:homepage field - pkg-descr: Improve package description text (matching upstream) While I'm sweeping dependencies: - Fix a typo in science/gramps: s|>-|>= [2] https://wiki.freebsd.org/Python (Open task for install_data bug) Reported by: Ben Woods (via IRC) [1] Notes: svn path=/head/; revision=408353
* Upgrade to 1.3.1.Vanilla I. Shu2015-12-081-2/+2
| | | | Notes: svn path=/head/; revision=403283
* Upgrade to 1.2.Vanilla I. Shu2015-01-171-2/+2
| | | | Notes: svn path=/head/; revision=377230
* - Update to 1.1Rong-En Fan2012-01-231-2/+2
| | | | Notes: svn path=/head/; revision=289650
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* - Update to 1.0Rong-En Fan2010-08-031-3/+3
| | | | Notes: svn path=/head/; revision=258697
* - Update to 0.99.1Rong-En Fan2009-02-131-3/+3
| | | | | | | | PR: ports/131509 Submitted by: Yi-Jheng Lin <yzlin at cs.nctu.edu.tw> Notes: svn path=/head/; revision=228171
* - Update to 0.33Rong-En Fan2007-03-051-3/+3
| | | | | | | | | - Take maintainership Approved by: xride (maintainer) Notes: svn path=/head/; revision=186579
* Update to recommended version 0.22 from new upstream which no longer ↵Volker Stolz2006-04-111-6/+3
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=159325
* - Add SHA256Pav Lucistnik2005-11-261-0/+2
| | | | Notes: svn path=/head/; revision=149530
* - Remove files/setup.pyPav Lucistnik2005-02-261-2/+0
| | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=129830
* SIZEify.Trevor Johnson2004-01-291-0/+3
| | | | Notes: svn path=/head/; revision=99360
* Update based graphviz's version to fix a checksum failureHye-Shik Chang2003-03-311-3/+3
| | | | | | | Spotted by: kris Notes: svn path=/head/; revision=77798
* Add py-graphviz 0.1, python interface to GraphViz agraph.Pete Fritchman2002-03-191-0/+3
PR: 33159 Submitted by: Hye-Shik Chang <perky@fallin.lv> Notes: svn path=/head/; revision=56323