# -*- 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.1 revision 0 categories-append devel platforms {darwin any} license MIT supported_archs noarch python.versions 27 38 39 310 311 312 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 cf6ca56867b5c5593e090c8a39a0b346af900c4f \ sha256 cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd \ size 1227821 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 }