[55398] trunk/dports/python
mnick at macports.org
mnick at macports.org
Mon Aug 10 01:06:52 PDT 2009
Revision: 55398
http://trac.macports.org/changeset/55398
Author: mnick at macports.org
Date: 2009-08-10 01:06:50 -0700 (Mon, 10 Aug 2009)
Log Message:
-----------
new port: python2.6 version of scikits.timeseries
Added Paths:
-----------
trunk/dports/python/py26-scikits-timeseries/
trunk/dports/python/py26-scikits-timeseries/Portfile
Added: trunk/dports/python/py26-scikits-timeseries/Portfile
===================================================================
--- trunk/dports/python/py26-scikits-timeseries/Portfile (rev 0)
+++ trunk/dports/python/py26-scikits-timeseries/Portfile 2009-08-10 08:06:50 UTC (rev 55398)
@@ -0,0 +1,33 @@
+# -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name py26-scikits-timeseries
+version 0.91.1
+maintainers mnick
+
+categories-append science
+description Classes and functions for manipulating, reporting, and plotting time series
+long_description ${description} \
+ The focus is on convenient data access and manipulation while leveraging \
+ the existing mathematical functionality in numpy and scipy
+
+platforms darwin
+
+homepage http://pytseries.sourceforge.net/
+master_sites sourceforge:pytseries
+distname scikits.timeseries-${version}
+
+checksums md5 feece83b3f45891b55a9ede4ff9fccd3 \
+ sha1 dbe4beb0be770019e44eacc7f33186dc643c389a \
+ rmd160 7a188145f2422ea58dd2fafd42e0dbb34bdeb3f8
+
+depends_lib port:py26-numpy \
+ port:py26-scikits-module
+
+post-destroot {
+ # scikits/__init__.py is provided by scikits-module
+ file delete ${destroot}${python.pkgd}/scikits/__init__.py
+}
Property changes on: trunk/dports/python/py26-scikits-timeseries/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/20090810/ff1ee607/attachment.html>
More information about the macports-changes
mailing list