# -*- 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: Portfile 66104 2010-04-06 04:08:10Z jmr@macports.org $

PortSystem			1.0
PortGroup			python25 1.0

name				py25-altgraph
version				0.6.7
categories-append	devel
license             MIT
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
if {[info exists supported_archs]} {
    supported_archs noarch
}

homepage			http://undefined.org/python/#altgraph
master_sites		http://cheeseshop.python.org/packages/source/a/altgraph/
distname			altgraph-${version}

checksums			md5 6792e11b471e70ab3d4dfecf41fb759e \
					sha1 880627405473520b336f771fa529dab52fb3e1fb \
					rmd160 dac7a7a81fe80a4aa08de60dcf0ddcd7cbdb1690

depends_lib-append	port:py25-distribute

livecheck.type  regex
livecheck.url   http://pypi.python.org/pypi/altgraph/
livecheck.regex altgraph (0\.\[0-9\]+\.\[0-9\]+)
