diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-11-28 09:21:56 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-11-28 09:21:56 +0000 |
commit | 44e9229fb50a3359910c649a9c6907976be2647b (patch) | |
tree | 835f543d81261d32a13761a84f23d4e106f18011 /math/py-altgraph | |
parent | 1a1b784b352679d8aae953ddb0a1e9cd3f4022bf (diff) | |
download | ports-44e9229fb50a3359910c649a9c6907976be2647b.tar.gz ports-44e9229fb50a3359910c649a9c6907976be2647b.zip |
Notes
Diffstat (limited to 'math/py-altgraph')
-rw-r--r-- | math/py-altgraph/Makefile | 18 | ||||
-rw-r--r-- | math/py-altgraph/distinfo | 2 | ||||
-rw-r--r-- | math/py-altgraph/pkg-descr | 8 |
3 files changed, 28 insertions, 0 deletions
diff --git a/math/py-altgraph/Makefile b/math/py-altgraph/Makefile new file mode 100644 index 000000000000..87b35c906587 --- /dev/null +++ b/math/py-altgraph/Makefile @@ -0,0 +1,18 @@ +# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= altgraph +PORTVERSION= 0.12 +CATEGORIES= math python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= python@FreeBSD.org +COMMENT= Python graph (network) package + +LICENSE= MIT + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> diff --git a/math/py-altgraph/distinfo b/math/py-altgraph/distinfo new file mode 100644 index 000000000000..981d5d1a417c --- /dev/null +++ b/math/py-altgraph/distinfo @@ -0,0 +1,2 @@ +SHA256 (altgraph-0.12.tar.gz) = b90db0dba36d9ece282b6a95ae3d324b63239694ce2cf2fd07d3efd7f2f7cab2 +SIZE (altgraph-0.12.tar.gz) = 492343 diff --git a/math/py-altgraph/pkg-descr b/math/py-altgraph/pkg-descr new file mode 100644 index 000000000000..268f60487e78 --- /dev/null +++ b/math/py-altgraph/pkg-descr @@ -0,0 +1,8 @@ +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. + +altgraph includes some additional usage of Python 2.6+ features and +enhancements related to modulegraph and macholib. + +WWW: https://pypi.python.org/pypi/altgraph/ |