# -*- 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-ansible-compat version 4.1.11 revision 0 platforms {darwin any} supported_archs noarch license MIT maintainers {judaew @judaew} openmaintainer description \ Functions that help interacting with various versions of Ansible long_description {*}${description} homepage https://github.com/ansible/ansible-compat checksums rmd160 ca04c268c763cebfd6b07551376c585b6d484138 \ sha256 b3e9f9d7c3a1ce6222de444e9dc6fece7eba70ac64f2a0befdc4e2d542018b4a \ size 73021 python.pep517 yes python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools \ port:py${python.version}-setuptools_scm \ port:py${python.version}-setuptools_scm_git_archive \ port:py${python.version}-wheel depends_run-append port:py${python.version}-jsonschema \ port:py${python.version}-packaging \ port:py${python.version}-subprocess-tee \ port:py${python.version}-yaml livecheck.type none }