# -*- 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 58991 2009-10-08 10:55:27Z jmr@macports.org $

PortSystem          1.0
PortGroup python26  1.0

name                py26-modulegraph-devel
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

homepage            http://undefined.org/python/#modulegraph

fetch.type          svn
svn.url             http://svn.pythonmac.org/modulegraph/modulegraph/trunk/
svn.revision        25
worksrcdir          trunk

conflicts           py26-modulegraph

depends_lib-append  port:py26-altgraph

livecheck.type  regex
livecheck.url   http://svn.pythonmac.org/modulegraph/modulegraph/trunk/setup.py
livecheck.regex {VERSION = '([0-9\.]+)'}
