# -*- 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-sarif-om version 1.0.4 revision 0 supported_archs noarch platforms {darwin any} license MIT maintainers {judaew @judaew} openmaintainer description Classes implementing the SARIF 2.1.0 object model. long_description {*}${description} homepage https://github.com/microsoft/sarif-python-om distname sarif_om-${version} checksums rmd160 2040375edf41e8fe6ee793e7bfc6afda91192fb6 \ sha256 cd5f416b3083e00d402a92e449a7ff67af46f11241073eea0461802a3b5aef98 \ size 28847 python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-pbr livecheck.type none }