# -*- 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-hat-trie
version             0.3
revision            0
categories-append   devel
platforms           darwin
license             MIT

python.versions     27 35 36

maintainers         {stromnov @stromnov} openmaintainer

description         HAT-Trie for Python.
long_description    ${description}

homepage            https://github.com/kmike/hat-trie/
master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}

distname            ${python.rootname}-${version}

checksums           rmd160  4345c329d1ccf29198f76dd441a55ef17bad0e3a \
                    sha256  403643764538a3692de2664894d9a0567fe6449465d0a623aed514593e74a1f6 \
                    size    79886

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

    livecheck.type      none
}
