aboutsummaryrefslogtreecommitdiff
path: root/math/py-altgraph
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov2018-04-251-1/+1
| | | | | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat Notes: svn path=/head/; revision=468282
* Update to 0.15Sunpoet Po-Chuan Hsieh2017-12-033-5/+5
| | | | | | | | | - Update WWW Changes: https://bitbucket.org/ronaldoussoren/altgraph/src/default/doc/changelog.rst Notes: svn path=/head/; revision=455475
* Update to 0.14Sunpoet Po-Chuan Hsieh2017-05-092-4/+5
| | | | | | | | | - Add NO_ARCH Changes: https://bitbucket.org/ronaldoussoren/altgraph/src/default/doc/changelog.rst Notes: svn path=/head/; revision=440497
* - Update to 0.13Wen Heping2016-12-192-3/+4
| | | | Notes: svn path=/head/; revision=428901
* altgraph is a fork of graphlib: a graph (network) package for constructingAlexey Dokuchaev2014-11-283-0/+28
graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with graphviz output. WWW: https://pypi.python.org/pypi/altgraph/ Notes: svn path=/head/; revision=373537