# -*- 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 PortGroup github 1.0 github.setup alecthomas importmagic 0.1.3 name py-importmagic platforms darwin supported_archs noarch license GPL-3+ maintainers nomaintainer description A Python library for finding unresolved symbols in Python code, \ and the corresponding imports long_description ${description} checksums rmd160 ce9c4594f18821d36f5b67f3f9bff2f646dd901a \ sha256 c95e46fe7b506b7d3613dd8303e36fd13e6ffcfde009e7461e9384a9a2074688 python.versions 27 34 if {${subport} ne ${name}} { depends_build-append port:py${python.version}-nose \ port:py${python.version}-setuptools livecheck.type none }