# -*- 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 77405 2011-03-29 21:52:36Z jmr@macports.org $

PortSystem          1.0
PortGroup python27  1.0

name                py27-modulegraph
version             0.9
categories-append   devel
license             MIT
maintainers         nomaintainer
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
supported_archs     noarch

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

depends_lib         port:py27-altgraph

checksums           md5 95d8bad1bb4c6186a75536da44787a17 \
                    sha1 07d30f785d17b11a540537e910b887bf8589a58e \
                    rmd160 5d3e18d473b2542d8b9757cd0614e4d58e782a22

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