# -*- 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-traitlets
version             5.14.3
revision            0
categories-append   devel
license             BSD
supported_archs     noarch
platforms           {darwin any}

python.versions     39 310 311 312 313
python.pep517_backend hatch

maintainers         {stromnov @stromnov} openmaintainer

description         Traitlets Python config system.
long_description    {*}${description}

homepage            https://github.com/ipython/traitlets

checksums           rmd160  6605030e5d55c9bb1059c357466a18d12fc38db6 \
                    sha256  9ed0579d3502c94b4b3732ac120375cda96f923114522847de4b3bb98b96b6b7 \
                    size    161621

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-pretend
}
