# -*- 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-hydra-core
version             1.3.2
revision            0

license             MIT
maintainers         nomaintainer
platforms           {darwin any}
supported_archs     noarch

description         Hydra is a framework for elegantly configuring complex applications

long_description    Hydra is an open-source Python framework that \
                    simplifies the development of research and other \
                    complex applications. The key feature is the \
                    ability to dynamically create a hierarchical \
                    configuration by composition and override it \
                    through config files and the command line. The \
                    name Hydra comes from its ability to run multiple \
                    similar jobs - much like a Hydra with multiple \
                    heads.

homepage            https://hydra.cc/

checksums           rmd160  f2b1af03008f635ccf4634447a3773a0f8e9ed3a \
                    sha256  8a878ed67216997c3e9d88a8e72e7b4767e81af37afb4ea3334b269a4390a824 \
                    size    3263494

python.versions     310 311 312 313 314

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-antlr4-python3-runtime-49 \
                    port:py${python.version}-omegaconf \
                    port:py${python.version}-packaging

    test.run        yes
}
