# -*- 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-pytrie
version             0.4.0
platforms           {darwin any}
supported_archs     noarch
license             BSD
maintainers         nomaintainer

description         A pure Python implementation of the trie data structure.
long_description    {*}${description}

homepage            https://github.com/gsakkis/pytrie/

python.rootname     PyTrie

checksums           rmd160  6e7f2877c6c199bbca0017604900f108d20497f6 \
                    sha256  8f4488f402d3465993fb6b6efa09866849ed8cda7903b50647b7d0342b805379 \
                    size    95139

python.versions     39 310 311 312 313

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