[47931] trunk/dports/python

snc at macports.org snc at macports.org
Tue Mar 10 07:57:34 PDT 2009


Revision: 47931
          http://trac.macports.org/changeset/47931
Author:   snc at macports.org
Date:     2009-03-10 07:57:33 -0700 (Tue, 10 Mar 2009)
Log Message:
-----------
created py26-hcluster, ticket #18559

Added Paths:
-----------
    trunk/dports/python/py26-hcluster/
    trunk/dports/python/py26-hcluster/Portfile

Added: trunk/dports/python/py26-hcluster/Portfile
===================================================================
--- trunk/dports/python/py26-hcluster/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-hcluster/Portfile	2009-03-10 14:57:33 UTC (rev 47931)
@@ -0,0 +1,31 @@
+# -*- 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           python26 1.0
+
+name                py26-hcluster
+version             0.2.0
+categories          python
+maintainers         jameskyle at ucla.edu
+description         This library provides Python functions for agglomerative clustering.
+long_description    ${description} The interface is very similar to MATLAB's \
+                    Statistics Toolbox API to make code easier to port from \
+                    MATLAB to Python/Numpy. The core implementation of this \
+                    library is in C for efficiency.
+homepage            http://code.google.com/p/scipy-cluster/
+
+platforms           darwin
+depends_lib-append  port:py26-numpy
+
+#master_sites        http://scipy-cluster.googlecode.com/files/
+master_sites        googlecode:scipy-cluster
+
+checksums           md5 47b439d8892a70a0a79adb58bb1f6c5b \
+                    sha1 b944e08d27258e360890ab475d0063d6db960dbd \
+                    rmd160 ba90e20673db05d32850afb67b6aa12292039a54
+
+distfiles           hcluster-${version}${extract.suffix}
+worksrcdir          hcluster-${version}
+
+build.env           CCFLAGS="-I${prefix}/include -L${prefix}/lib"


Property changes on: trunk/dports/python/py26-hcluster/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/20090310/72e88383/attachment.html>


More information about the macports-changes mailing list