# -*- 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-jinja2-ansible-filters
version             1.3.2
revision            0

license             GPL-3
supported_archs     noarch
platforms           {darwin any}

maintainers         {gunnar @gunnar} openmaintainer

categories-append   devel
description         Standalone port of Ansible's extra Jinja2 filters
long_description    {*}${description}, exposing the filters from Ansible without \
                    requiring the full Ansible runtime. It adds convenience \
                    helpers for templating configuration files via Jinja2.

homepage            https://gitlab.com/dreamer-labs/libraries/jinja2-ansible-filters

checksums           rmd160  1b3bfd05e049c6d131d1a3b82ef9eb9889524915 \
                    sha256  07c10cf44d7073f4f01102ca12d9a2dc31b41d47e4c61ed92ef6a6d2669b356b \
                    size    16945

python.versions     310 311 312 313 314

if {${name} ne ${subport}} {
    depends_run-append \
                    port:py${python.version}-jinja2 \
                    port:py${python.version}-yaml
}
