[52655] trunk/dports/python/py25-hcluster/Portfile

jameskyle at macports.org jameskyle at macports.org
Sat Jun 20 11:06:27 PDT 2009


Revision: 52655
          http://trac.macports.org/changeset/52655
Author:   jameskyle at macports.org
Date:     2009-06-20 11:06:27 -0700 (Sat, 20 Jun 2009)
Log Message:
-----------
Added livecheck
Corrected maintainer

Modified Paths:
--------------
    trunk/dports/python/py25-hcluster/Portfile

Modified: trunk/dports/python/py25-hcluster/Portfile
===================================================================
--- trunk/dports/python/py25-hcluster/Portfile	2009-06-20 18:00:33 UTC (rev 52654)
+++ trunk/dports/python/py25-hcluster/Portfile	2009-06-20 18:06:27 UTC (rev 52655)
@@ -8,13 +8,13 @@
 version                 0.2.0
 categories              python
 platforms               darwin
-maintainers             ucla.edu:jameskyle
+maintainers             jameskyle
 
 description             This library provides Python functions for agglomerative clustering.
 long_description        This library provides Python functions for agglomerative clustering. 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/
-master_sites            http://scipy-cluster.googlecode.com/files/
+master_sites            googlecode:scipy-cluster
 
 distname                hcluster-${version}
 
@@ -22,7 +22,8 @@
                         sha1 b944e08d27258e360890ab475d0063d6db960dbd \
                         rmd160 ba90e20673db05d32850afb67b6aa12292039a54
 
-depends_lib-append      port:py25-numpy 
+depends_lib-append      port:py25-numpy
 
 build.env               CCFLAGS="-I${prefix}/include -L${prefix}/lib"
 
+livecheck.name          scipy-cluster
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090620/eca8b026/attachment.html>


More information about the macports-changes mailing list