# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python26 1.0 name py26-altgraph version 0.6.7 categories-append devel maintainers jmr openmaintainer description Python graph (network) package long_description \ 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.3+ features and \ enhancements related to modulegraph and macholib. platforms darwin homepage http://undefined.org/python/#altgraph master_sites http://pypi.python.org/packages/source/a/altgraph/ distname altgraph-${version} checksums md5 6792e11b471e70ab3d4dfecf41fb759e \ sha1 880627405473520b336f771fa529dab52fb3e1fb \ rmd160 dac7a7a81fe80a4aa08de60dcf0ddcd7cbdb1690 depends_lib-append port:py26-setuptools livecheck.check regex livecheck.url http://pypi.python.org/pypi/altgraph/ livecheck.regex altgraph (0\.\[0-9\]+\.\[0-9\]+)