# -*- 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-acor version 1.1.1 revision 0 maintainers {aronnax @lpsinger} openmaintainer categories-append science math description estimate the autocorrelation time of time-series data quickly long_description This is a direct port of a C++ routine by Jonathan Goodman \ (NYU) called ACOR that estimates the autocorrelation time \ of time series data very quickly. homepage https://github.com/dfm/acor license MIT checksums rmd160 d6e0c55e4db74b45e2ed632a0a553851ef6fe017 \ sha256 4c647d30326004cfcfbcf630e97586ce574954e36bebf75b657d33d5d79e94e3 \ size 6122 python.versions 311 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-numpy }