# -*- 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 numba Meta d11b4fa38f name py-meta-devel version 0.4.1 revision 20130222 categories-append devel platforms darwin license BSD supported_archs noarch python.versions 26 27 33 34 maintainers stromnov openmaintainer description A Pure Python module containing a framework to manipulate \ and analyze python ast's and bytecode. long_description ${description} homepage http://srossross.github.com/Meta checksums rmd160 f61823d29d06a8b7ef80df9acb7f2d019915bc2b \ sha256 7b688d67304bd6e5e64f3bc0ed2d14a8a490cb29ee50a118aa94ab8524e252f0 if {${name} ne ${subport}} { conflicts py${python.version}-meta depends_lib-append port:py${python.version}-setuptools livecheck.type none } else { livecheck.url ${github.homepage}/commits/develop.atom }