# -*- 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                copier
version             9.17.1
revision            0

license             MIT
supported_archs     noarch
platforms           {darwin any}

maintainers         {gunnar @gunnar} openmaintainer

categories-append   devel
description         Modern project templating engine and CLI
long_description    Copier applies rich project templates from local paths or Git \
                    URLs, asks questions via an interactive CLI and renders the \
                    results safely without overwriting user changes.

homepage            https://copier.readthedocs.io/

checksums           rmd160  f87f05673b270002632f07adf4956c9d874cac66 \
                    sha256  778e85f1c2de86824a72ddf4a34140744921d6354450c427c4c8a475371b1bda \
                    size    647338

python.default_version 314

python.pep517_backend \
                    hatch

depends_build-append \
                    port:py${python.version}-hatch-vcs

depends_run-append  \
                    port:py${python.version}-colorama \
                    port:py${python.version}-dunamai \
                    port:py${python.version}-funcy \
                    port:py${python.version}-jinja2 \
                    port:py${python.version}-jinja2-ansible-filters \
                    port:py${python.version}-packaging \
                    port:py${python.version}-pathspec \
                    port:py${python.version}-platformdirs \
                    port:py${python.version}-plumbum \
                    port:py${python.version}-pydantic \
                    port:py${python.version}-pygments \
                    port:py${python.version}-questionary \
                    port:py${python.version}-yaml
