Ticket #47400: py-jedi.diff
File py-jedi.diff, 1.7 KB (added by xeron (Ivan Larionov), 9 years ago) |
---|
-
Portfile
3 3 4 4 PortSystem 1.0 5 5 PortGroup python 1.0 6 PortGroup github 1.07 6 8 github.setup davidhalter jedi 0.8.1 v9 7 name py-jedi 8 version 0.9.0 10 9 platforms darwin 11 10 supported_archs noarch 12 11 license GPL-2+ 13 12 maintainers nomaintainer 14 15 13 description Awesome autocompletion library for python 16 14 long_description Jedi is an autocompletion tool for Python that can \ 17 15 be used in IDEs/editors. Jedi works. Jedi is fast. \ … … 18 16 It understands all of the basic Python syntax \ 19 17 elements including many builtin functions. 20 18 21 checksums rmd160 e4eb591c6ab3ab8e3490b47c9b8367f0b35184c0 \22 sha256 b3c7e709953b66759c5afec170d2dcb4ee0f6c6aee620157c211ce6de94785da23 24 19 python.versions 27 34 25 20 21 homepage https://pypi.python.org/pypi/jedi/ 22 master_sites https://pypi.python.org/packages/source/j/jedi/ 23 distname jedi-${version} 24 25 checksums md5 2fee93d273622527ef8c97ac736e92bd \ 26 rmd160 5ee2bf56feb94f52f8502ae082a0f3584dc78dc2 \ 27 sha256 3b4c19fba31bdead9ab7350fb9fa7c914c59b0a807dcdd5c00a05feb85491d31 28 26 29 if {${name} ne ${subport}} { 27 30 depends_build-append port:py${python.version}-setuptools 28 31 livecheck.type none 32 } else { 33 livecheck.type regex 34 livecheck.url ${homepage} 35 livecheck.regex "jedi (\\d+\\.\\d+(?:\\.\\d+))" 29 36 }