# -*- 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 119814 2014-05-07 18:22:22Z sean@macports.org $

PortSystem          1.0
PortGroup           python 1.0
PortGroup           github 1.0

github.setup        davidhalter jedi 0.8.0 v
name                py-jedi
revision            1
platforms           darwin
supported_archs     noarch
license             GPL-2+
maintainers         nomaintainer
description         Awesome autocompletion library for python
long_description    Jedi is an autocompletion tool for Python that can be used in \
IDEs/editors. Jedi works. Jedi is fast. It understands all of the basic Python \
syntax elements including many builtin functions.

checksums           rmd160  3aad36ead822873f3718aa05f78f25098f2c3ac5 \
                    sha256  80d6520475746422969e8c8c66ad1494faeacb0abc87e0d5ec8bebd4ac7abcd0

python.versions     26 27 32 33

if {${name} ne ${subport}} {
    depends_build-append port:py${python.version}-setuptools
    livecheck.type       none
}
