# -*- 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 python 1.0 name py-modulegraph version 0.12.1 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 supported_archs noarch homepage http://undefined.org/python/#modulegraph master_sites pypi:m/modulegraph/ distname modulegraph-${version} checksums md5 27abd74de3ec0e22ef129c1faa628bd5 \ rmd160 a74cd318b635c2fc6498fda74cc24e35188e0059 \ sha256 8b278c56f962883986b1a3c8b963ace017553e66fce06a523b59c15c971971a3 python.versions 26 27 33 34 35 if {$subport ne $name} { depends_lib port:py${python.version}-altgraph \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/modulegraph livecheck.regex {modulegraph ([0-9.]+)} }