# -*- 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-jaraco.collections
version             5.1.0
revision            0

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

description         Collection objects similar to those in stdlib by jaraco
long_description    {*}${description}

homepage            https://github.com/jaraco/jaraco.collections

distname            jaraco_collections-${version}

checksums           rmd160  a11ac0f0fda1cba2bae320d98dd21cec7a1b1f5c \
                    sha256  0e4829409d39ad18a40aa6754fee2767f4d9730c4ba66dc9df89f1d2756994c2 \
                    size    19026

python.versions     310 311 312 313

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

    depends_lib-append \
                    port:py${python.version}-jaraco.text

    test.run        yes
}
