# -*- 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-sortedcontainers
version             2.4.0
revision            0
categories-append   devel
platforms           {darwin any}
license             Apache-2
supported_archs     noarch

python.versions     27 35 36 37 38 39 310 311 312 313 314

maintainers         {stromnov @stromnov} openmaintainer

description         Python sorted container types.
long_description    {*}${description}

homepage            https://grantjenks.com/docs/sortedcontainers/

checksums           rmd160  763d74abc972b5718193982998c0be9e4a732f63 \
                    sha256  25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88 \
                    size    30594

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