# -*- 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 66114 2010-04-06 04:49:04Z jmr@macports.org $

PortSystem          1.0
PortGroup python26  1.0

name                py26-modulegraph
version             0.7.3
categories-append   devel
license             MIT
maintainers         jmr openmaintainer
description         Python module dependency analysis tool
long_description \
    modulegraph determines a dependency graph between Python modules \
    primarily by bytecode analysis for import statements. \
    modulegraph uses similar methods to modulefinder from the standard \
    library, but uses a more flexible internal representation, has more \
    extensive knowledge of special cases, and is extensible.

platforms           darwin
if {[info exists supported_archs]} {
    supported_archs noarch
}

homepage            http://undefined.org/python/#modulegraph
master_sites        http://pypi.python.org/packages/source/m/modulegraph/
distname            modulegraph-${version}

conflicts           py26-modulegraph-devel

depends_lib-append  port:py26-altgraph

checksums           md5 ba3bf16397001f4f6997a7f5c102542f \
                    sha1 aef09401faef1f952d2ba2a2d3f52528dceb0053 \
                    rmd160 a6828d9ba8ebca5663f9837beeccafc6a319c99d

livecheck.type  regex
livecheck.url   http://pypi.python.org/pypi/modulegraph
livecheck.regex {modulegraph ([0-9.]+)}
