You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.2 KiB
Tcl
33 lines
1.2 KiB
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-fastdtw
|
|
version 0.3.4
|
|
revision 0
|
|
|
|
categories-append science
|
|
license MIT
|
|
maintainers nomaintainer
|
|
description Dynamic Time Warping (DTW) algorithm with an O(N) time \
|
|
and memory complexity.
|
|
long_description Python implementation of FastDTW, which is an \
|
|
approximate Dynamic Time Warping (DTW) algorithm \
|
|
that provides optimal or near-optimal alignments with \
|
|
an O(N) time and memory complexity.
|
|
|
|
homepage https://pypi.python.org/pypi/${python.rootname}/
|
|
|
|
checksums rmd160 a8f9469f045a944f0575e2c54f4880881397510c \
|
|
sha256 2350fa6ec36bcad186eaf81f46eff35181baf04e324f522de8aeb43d0243f64f \
|
|
size 133402
|
|
|
|
python.versions 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append port:py${python.version}-requests
|
|
|
|
depends_lib-append port:py${python.version}-numpy
|
|
}
|