You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
895 B
Tcl
29 lines
895 B
Tcl
# -*- 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 313
|
|
|
|
compiler.cxx_standard 2014
|
|
|
|
patchfiles patch-nose-setup.py.diff
|