[75140] trunk/dports/python

snc at macports.org snc at macports.org
Sat Jan 15 19:58:02 PST 2011


Revision: 75140
          http://trac.macports.org/changeset/75140
Author:   snc at macports.org
Date:     2011-01-15 19:57:55 -0800 (Sat, 15 Jan 2011)
Log Message:
-----------
py[25-27]-pycluster: update to 1.50, #27953

Modified Paths:
--------------
    trunk/dports/python/py-pycluster/Portfile
    trunk/dports/python/py25-pycluster/Portfile
    trunk/dports/python/py26-pycluster/Portfile
    trunk/dports/python/py27-pycluster/Portfile

Added Paths:
-----------
    trunk/dports/python/py26-pycluster/
    trunk/dports/python/py27-pycluster/

Modified: trunk/dports/python/py-pycluster/Portfile
===================================================================
--- trunk/dports/python/py-pycluster/Portfile	2011-01-16 03:40:54 UTC (rev 75139)
+++ trunk/dports/python/py-pycluster/Portfile	2011-01-16 03:57:55 UTC (rev 75140)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem         1.0
@@ -4,7 +5,7 @@
 PortGroup          python24 1.0
 
 name               py-pycluster
-version            1.44
+version            1.50
 distname           Pycluster-${version}
 maintainers        nomaintainer
 platforms          darwin
@@ -19,6 +20,5 @@
 
 master_sites       ${homepage}
 
-checksums          md5 2ad7933875843b98c38085f6e5779254 \
-                   sha1 e75616af63ff9e669d40cbfdf030c65b851de498 \
-                   rmd160 4e041bc50611b7a51640504d688725ef85cf59fa
+checksums           md5     39e995256456ddec1f15ad31882fc338 \
+                    sha1    c53596e8bd8f64f24ddc9cb0c3fda2855e104d8f

Modified: trunk/dports/python/py25-pycluster/Portfile
===================================================================
--- trunk/dports/python/py25-pycluster/Portfile	2011-01-16 03:40:54 UTC (rev 75139)
+++ trunk/dports/python/py25-pycluster/Portfile	2011-01-16 03:57:55 UTC (rev 75140)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem         1.0
@@ -4,7 +5,7 @@
 PortGroup          python25 1.0
 
 name               py25-pycluster
-version            1.44
+version            1.50
 distname           Pycluster-${version}
 maintainers        nomaintainer
 platforms          darwin
@@ -19,6 +20,5 @@
 
 master_sites       ${homepage}
 
-checksums          md5 2ad7933875843b98c38085f6e5779254 \
-                   sha1 e75616af63ff9e669d40cbfdf030c65b851de498 \
-                   rmd160 4e041bc50611b7a51640504d688725ef85cf59fa
+checksums           md5     39e995256456ddec1f15ad31882fc338 \
+                    sha1    c53596e8bd8f64f24ddc9cb0c3fda2855e104d8f

Modified: trunk/dports/python/py26-pycluster/Portfile
===================================================================
--- trunk/dports/python/py25-pycluster/Portfile	2011-01-16 03:40:54 UTC (rev 75139)
+++ trunk/dports/python/py26-pycluster/Portfile	2011-01-16 03:57:55 UTC (rev 75140)
@@ -1,10 +1,11 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem         1.0
-PortGroup          python25 1.0
+PortGroup          python26 1.0
 
-name               py25-pycluster
-version            1.44
+name               py26-pycluster
+version            1.50
 distname           Pycluster-${version}
 maintainers        nomaintainer
 platforms          darwin
@@ -15,10 +16,9 @@
 
 homepage           http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster
 
-depends_lib-append  port:py25-numpy
+depends_lib-append  port:py26-numpy
 
 master_sites       ${homepage}
 
-checksums          md5 2ad7933875843b98c38085f6e5779254 \
-                   sha1 e75616af63ff9e669d40cbfdf030c65b851de498 \
-                   rmd160 4e041bc50611b7a51640504d688725ef85cf59fa
+checksums           md5     39e995256456ddec1f15ad31882fc338 \
+                    sha1    c53596e8bd8f64f24ddc9cb0c3fda2855e104d8f

Modified: trunk/dports/python/py27-pycluster/Portfile
===================================================================
--- trunk/dports/python/py25-pycluster/Portfile	2011-01-16 03:40:54 UTC (rev 75139)
+++ trunk/dports/python/py27-pycluster/Portfile	2011-01-16 03:57:55 UTC (rev 75140)
@@ -1,10 +1,11 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem         1.0
-PortGroup          python25 1.0
+PortGroup          python27 1.0
 
-name               py25-pycluster
-version            1.44
+name               py27-pycluster
+version            1.50
 distname           Pycluster-${version}
 maintainers        nomaintainer
 platforms          darwin
@@ -15,10 +16,9 @@
 
 homepage           http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster
 
-depends_lib-append  port:py25-numpy
+depends_lib-append  port:py27-numpy
 
 master_sites       ${homepage}
 
-checksums          md5 2ad7933875843b98c38085f6e5779254 \
-                   sha1 e75616af63ff9e669d40cbfdf030c65b851de498 \
-                   rmd160 4e041bc50611b7a51640504d688725ef85cf59fa
+checksums           md5     39e995256456ddec1f15ad31882fc338 \
+                    sha1    c53596e8bd8f64f24ddc9cb0c3fda2855e104d8f
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110115/475284b7/attachment.html>


More information about the macports-changes mailing list