[54990] trunk/dports/python/py26-scikits-ann/Portfile
mnick at macports.org
mnick at macports.org
Wed Aug 5 10:13:26 PDT 2009
Revision: 54990
http://trac.macports.org/changeset/54990
Author: mnick at macports.org
Date: 2009-08-05 10:13:26 -0700 (Wed, 05 Aug 2009)
Log Message:
-----------
fix whitespace
Modified Paths:
--------------
trunk/dports/python/py26-scikits-ann/Portfile
Modified: trunk/dports/python/py26-scikits-ann/Portfile
===================================================================
--- trunk/dports/python/py26-scikits-ann/Portfile 2009-08-05 17:11:58 UTC (rev 54989)
+++ trunk/dports/python/py26-scikits-ann/Portfile 2009-08-05 17:13:26 UTC (rev 54990)
@@ -1,44 +1,44 @@
# $Id$
-PortSystem 1.0
-PortGroup python26 1.0
+PortSystem 1.0
+PortGroup python26 1.0
-name py26-scikits-ann
-version 0.2
-maintainers mnick
+name py26-scikits-ann
+version 0.2
+maintainers mnick
-categories-append science
-description scikits.ann is a SWIG python wrapper for the Approximate Nearest Neighbor (ANN) Library
-long_description ${description} \
- scikits.ann provides an immutable kdtree implementation (via ANN) which can \
- perform k-nearest neighbor and approximate k-nearest neighbor searches.
+categories-append science
+description scikits.ann is a SWIG python wrapper for the Approximate Nearest Neighbor (ANN) Library
+long_description ${description} \
+ scikits.ann provides an immutable kdtree implementation (via ANN) which can \
+ perform k-nearest neighbor and approximate k-nearest neighbor searches.
-platforms darwin
+platforms darwin
-homepage http://scikits.appspot.com/ann
-master_sites http://pypi.python.org/packages/source/s/scikits.ann/
-distname scikits.ann-${version}.dev-r803
+homepage http://scikits.appspot.com/ann
+master_sites http://pypi.python.org/packages/source/s/scikits.ann/
+distname scikits.ann-${version}.dev-r803
checksums md5 a0380cdc31fd705c15eb50f483bbe5fb \
sha1 731113c04686b5178cae58df90e7f7b511206305 \
- rmd160 b51135fd25cdcd3b4d229186153589f08e8dfa36
+ rmd160 b51135fd25cdcd3b4d229186153589f08e8dfa36
-patchfiles patch-ann_init.diff
+patchfiles patch-ann_init.diff
-depends_lib port:py26-numpy \
- port:swig \
- port:libANN
+depends_lib port:py26-numpy \
+ port:swig \
+ port:libANN
-build.env-append CFLAGS=-I${prefix}/include
+build.env-append CFLAGS=-I${prefix}/include
-livecheck.check regex
-livecheck.url ${homepage}
-livecheck.regex <i>version (\[\.\\d\]+\\d)
+livecheck.check regex
+livecheck.url ${homepage}
+livecheck.regex <i>version (\[\.\\d\]+\\d)
post-destroot {
- # Every scikit installs identical scikits/__init__.py. To avoid conflicts
- # install only if not already present
+ # 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
- }
+ file delete ${destroot}${python.pkgd}/scikits/__init__.py
+ }
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090805/f93977cb/attachment-0001.html>
More information about the macports-changes
mailing list