[108286] trunk/dports/python

aronnax at macports.org aronnax at macports.org
Wed Jul 17 15:47:29 PDT 2013


Revision: 108286
          https://trac.macports.org/changeset/108286
Author:   aronnax at macports.org
Date:     2013-07-17 15:47:29 -0700 (Wed, 17 Jul 2013)
Log Message:
-----------
py-acor: new port

estimate the autocorrelation time of time-series data quickly

Added Paths:
-----------
    trunk/dports/python/py-acor/
    trunk/dports/python/py-acor/Portfile

Added: trunk/dports/python/py-acor/Portfile
===================================================================
--- trunk/dports/python/py-acor/Portfile	                        (rev 0)
+++ trunk/dports/python/py-acor/Portfile	2013-07-17 22:47:29 UTC (rev 108286)
@@ -0,0 +1,39 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+PortGroup           github 1.0
+PortGroup           python 1.0
+
+github.setup        dfm acor 1.0.2 v
+
+name                py-${name}
+maintainers         aronnax 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.
+
+platforms           darwin
+license             GPL-2
+
+checksums           rmd160  e192dcb7f76bf5f0a5776235d604ba805405ea0c \
+                    sha256  9388d1fa602e712d3522e88219e489469ce11592b1706b1268536b5c2fe8dc36
+
+python.versions     27 32 33
+
+compiler.blacklist  clang
+
+if {$subport != $name} {
+
+    depends_build-append \
+                    port:py${python.version}-setuptools
+
+    depends_lib-append \
+                    port:py${python.version}-numpy
+
+    livecheck.type  none
+
+}


Property changes on: trunk/dports/python/py-acor/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130717/50068777/attachment-0001.html>


More information about the macports-changes mailing list