# -*- 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-cookiecutter
version             1.7.2
revision            0

categories-append   devel
platforms           darwin
supported_archs     noarch
license             BSD
maintainers         {reneeotten @reneeotten} openmaintainer

description         A command-line utility that creates projects from project templates.
long_description    ${description}, e.g. creating a Python package project from a \
                    Python package project template.

homepage            https://github.com/cookiecutter/cookiecutter

checksums           rmd160  49f5289f60798c5fd1b30c108547e9e7789fa749 \
                    sha256  efb6b2d4780feda8908a873e38f0e61778c23f6a2ea58215723bcceb5b515dac \
                    size    142970

python.versions     36 37 38 39

if {${name} ne ${subport}} {

    depends_lib-append \
                    port:py${python.version}-binaryornot \
                    port:py${python.version}-click \
                    port:py${python.version}-jinja2 \
                    port:py${python.version}-jinja2-time \
                    port:py${python.version}-markupsafe \
                    port:py${python.version}-poyo \
                    port:py${python.version}-slugify \
                    port:py${python.version}-requests \
                    port:py${python.version}-setuptools \
                    port:py${python.version}-six

    livecheck.type  none
}
