# -*- 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 davidhalter jedi 0.6.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 ba937b445464090fd85eeaeadc648eb02bcef14a \ sha256 b00db904a7181b8915abed36d64d157225599ce54bbf719ce5d1c2d154391044 python.versions 26 27 32 33 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools livecheck.type none }