# -*- 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-confection
# Don't upgrade past py-spaCy's highest supported version.
version             1.0.0
revision            0

checksums           rmd160  7c623db2add7601d1a385e8e7d1dab0608be4eb0 \
                    sha256  f35627f7d3297e2ffa2be57081a440fd2faeb832cf284a900d4c0aa6cf8bd4b3 \
                    size    53552

supported_archs     noarch
platforms           {darwin any}

license             MIT

maintainers         {jonesc @cjones051073} openmaintainer

description         The sweetest config system for Python
long_description    {*}${description}

homepage            https://github.com/explosion/confection

python.versions     310 311 312 313 314

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

}
