# -*- 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
PortGroup           select 1.0

name                py-sortedcollections
version             2.1.0
revision            0
categories-append   devel
license             Apache-2
supported_archs     noarch
platforms           {darwin any}

python.versions     39

maintainers         {stromnov @stromnov} openmaintainer

description         Python sorted collections.
long_description    {*}${description}

homepage            http://www.grantjenks.com/docs/sortedcollections/

checksums           rmd160  cd5f10f42d43b83eebe0bf5e8a2486e825b3b615 \
                    sha256  d8e9609d6c580a16a1224a3dc8965789e03ebc4c3e5ffd05ada54a2fed5dcacd \
                    size    9287

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