# -*- 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 25.11.0 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://pypi.python.org/pypi/ansible-compat distname ansible_compat-${version} checksums rmd160 d6a35a27b41a3eda6906042b27040736975a79e5 \ sha256 b9e6655d8f4942c427a39fa1df6697830d987fe5d311bc7be2b2f81c1edd48f5 \ size 193024 python.versions 310 311 312 313 314 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 }