# -*- 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 github 1.0 PortGroup python 1.0 # 0.12.2 is not tagged (https://github.com/editorconfig/editorconfig-core-py/issues/23) github.setup editorconfig editorconfig-core-py 596da5e06ebee05bdbdc6224203c79c4d3c6486a name py-editorconfig version 0.12.2 platforms darwin license BSD maintainers nomaintainer fetch.type git description EditorConfig File Locator and Interpreter for Python long_description ${description} homepage https://editorconfig.org/ checksums rmd160 27d91dd996f5fbd4886f25ea3d88da7cb778b522 \ sha256 8e911fb688560185a0e08e0026e6ea92da5b1868fbe985be2b07228e7e292936 \ size 19087 python.versions 27 36 37 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools \ path:bin/cmake:cmake post-fetch { system -W ${worksrcpath} "git submodule update --init" } build { system -W ${worksrcpath} "cmake ." } test.run yes test.cmd ctest test.target -VV --output-on-failure . livecheck.type none } else { livecheck.type pypi }