# -*- 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 python24 1.0 name py-modulegraph-devel version 0.7.2 categories-append devel 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/ worksrcdir trunk depends_lib-append port:py-altgraph livecheck.check regex livecheck.url http://svn.pythonmac.org/modulegraph/modulegraph/trunk/setup.py livecheck.regex {VERSION = '([0-9\.]+)'}