[54989] trunk/dports/python
mnick at macports.org
mnick at macports.org
Wed Aug 5 10:12:01 PDT 2009
Revision: 54989
http://trac.macports.org/changeset/54989
Author: mnick at macports.org
Date: 2009-08-05 10:11:58 -0700 (Wed, 05 Aug 2009)
Log Message:
-----------
new port: python2.6 version of scikits.audiolab
Added Paths:
-----------
trunk/dports/python/py26-scikits-audiolab/
trunk/dports/python/py26-scikits-audiolab/Portfile
Added: trunk/dports/python/py26-scikits-audiolab/Portfile
===================================================================
--- trunk/dports/python/py26-scikits-audiolab/Portfile (rev 0)
+++ trunk/dports/python/py26-scikits-audiolab/Portfile 2009-08-05 17:11:58 UTC (rev 54989)
@@ -0,0 +1,37 @@
+# -*- 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-audiolab
+version 0.10.2
+maintainers mnick
+
+categories-append science audio
+description Audiolab is a python toolbox to read/write audio files from numpy arrays
+long_description ${description}. \
+ It gives SciPy the equivalent of Matlab wavread, wavwrite, etc... as well \
+ as soundsc on the supported platforms. Audiolab supports all format supported \
+ by libsndfile, including wav, aiff, ircam files, and flac
+
+platforms darwin
+
+homepage http://scikits.appspot.com/audiolab
+master_sites http://pypi.python.org/packages/source/s/scikits.audiolab/
+distname scikits.audiolab-${version}
+
+checksums md5 662e6bf137ce41e79ac470fc5d808760 \
+ sha1 e489c8ef45be2a2a59df2a9990560005c05b8587 \
+ rmd160 84c7c02601dd4e5f0bfc0930b077c1bd03a28fe1
+
+depends_lib-append port:libsndfile \
+ port:py26-numpy
+
+post-destroot {
+ # Every scikit installs identical scikits/__init__.py. To avoid conflicts
+ # install only if not already present
+ if {[file exists ${python.pkgd}/scikits/__init__.py]} {
+ file delete ${destroot}${python.pkgd}/scikits/__init__.py
+ }
+}
Property changes on: trunk/dports/python/py26-scikits-audiolab/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/20090805/96789e84/attachment.html>
More information about the macports-changes
mailing list