diff options
author | danfe <danfe@FreeBSD.org> | 2014-11-28 17:21:56 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-11-28 17:21:56 +0800 |
commit | b5355bcb28ae5d4d2c0850e5b20aa21d12f75456 (patch) | |
tree | 835f543d81261d32a13761a84f23d4e106f18011 /math/Makefile | |
parent | d435a53d7685e0e91519a2820aaf05cd8b194eab (diff) | |
download | freebsd-ports-gnome-b5355bcb28ae5d4d2c0850e5b20aa21d12f75456.tar.gz freebsd-ports-gnome-b5355bcb28ae5d4d2c0850e5b20aa21d12f75456.tar.zst freebsd-ports-gnome-b5355bcb28ae5d4d2c0850e5b20aa21d12f75456.zip |
altgraph is a fork of graphlib: a graph (network) package for constructing
graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with
graphviz output.
WWW: https://pypi.python.org/pypi/altgraph/
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index bc6a7c4b5e59..238ffd66c0ca 100644 --- a/math/Makefile +++ b/math/Makefile @@ -538,6 +538,7 @@ SUBDIR += pspp SUBDIR += pure-mpfr SUBDIR += pure-rational + SUBDIR += py-altgraph SUBDIR += py-apgl SUBDIR += py-basemap SUBDIR += py-basemap-data |