# -*- 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.3.0
revision            0
categories-append   devel
platforms           darwin
license             Apache-2
supported_archs     noarch

python.versions     27 35 36 37 38 39

maintainers         {stromnov @stromnov} openmaintainer

description         Python sorted container types.
long_description    ${description}

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

checksums           rmd160  5e362e64e697664424ab26ce0709db6c07d85ddd \
                    sha256  59cc937650cf60d677c16775597c89a960658a09cf7c1a668f86e1e4464b10a1 \
                    size    30509

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

    livecheck.type      none
}
