# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-jedi version 0.19.2 revision 0 categories-append devel platforms {darwin any} license MIT supported_archs noarch python.versions 27 39 310 311 312 313 maintainers {stromnov @stromnov} openmaintainer description An autocompletion tool for Python that can be used for text editors. long_description {*}${description} homepage https://github.com/davidhalter/jedi checksums rmd160 110960b552d972376e2bf1a0aa6da9bd3f07b9e7 \ sha256 4770dc3de41bde3966b02eb84fbcf557fb33cce26ad23da12c742fb50ecb11f0 \ size 1231287 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-parso if {${python.version} eq 27} { version 0.17.2 revision 1 distname ${python.rootname}-${version} checksums rmd160 3ef7a2b0f643edccf2d533aabcd8e6f096952a63 \ sha256 86ed7d9b750603e4ba582ea8edc678657fb4007894a12bcf6f4bb97892f31d20 \ size 1139617 patchfiles-append patch-jedi_parser_utils.py.diff \ patch-jedi_inference_value_module.py.diff depends_build-append \ port:py${python.version}-setuptools } livecheck.type none }