# -*- 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: Portfile 106911 2013-06-11 14:40:14Z jmr@macports.org $

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 32 33

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 {$subport != $name} {
    conflicts           py${python.version}-meta

    depends_lib-append  port:py${python.version}-setuptools

    livecheck.type      none
} else {
    livecheck.url       ${github.homepage}/commits/develop.atom
}
