# -*- 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-annoy
version             1.17.3
revision            0

categories-append   devel
license             Apache-2
maintainers         nomaintainer

description         Approximate Nearest Neighbors in C++/Python
long_description    {*}${description} optimized for memory usage \
                    and loading/saving to disk.

homepage            https://github.com/spotify/annoy

checksums           rmd160  420aa9a6fe4f165b316907fa01821456d6def8c8 \
                    sha256  9cbfebefe0a5f843eba29c6be4c84d601f4f41ad4ded0486f1b88c3b07739c15 \
                    size    647460

python.versions     312

compiler.cxx_standard 2014

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