# -*- 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 replaced_by py-modulegraph version 0.8 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 homepage http://undefined.org/python/#modulegraph distfiles pre-configure { ui_error "${name} has been replaced by ${replaced_by}. Please install ${replaced_by} instead." return -code error "obsolete port" } livecheck.type none