# -*- 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

PortSystem          1.0
PortGroup           python 1.0

name                py-modulegraph
version             0.18
categories-append   devel
license             MIT
maintainers         {jmr @jmroot} 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

checksums           md5 24d01d62e26d3f42b6a930107c7a87d3 \
                    rmd160 188f5a9030876b894f52eda837fc29e96c12f45b \
                    sha256 11c03dac1368bb9e7f780b58d251a0880c30b5a14816b6f88ec5a6fe1e3e5611

python.versions     27 33 34 35 36 37 38 39

if {$subport ne $name} {
    depends_lib     port:py${python.version}-altgraph \
                    port:py${python.version}-setuptools
    livecheck.type  none
}
