[78879] trunk/dports/python

eborisch at macports.org eborisch at macports.org
Wed May 25 08:22:19 PDT 2011


Revision: 78879
          http://trac.macports.org/changeset/78879
Author:   eborisch at macports.org
Date:     2011-05-25 08:22:16 -0700 (Wed, 25 May 2011)
Log Message:
-----------
py2[567]-h5py: Upgrade to 1.4.0-beta. Prior version was seg-faulting on exit with latest (1.8.7) HDF5-18 libraries.

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

Modified: trunk/dports/python/py25-h5py/Portfile
===================================================================
--- trunk/dports/python/py25-h5py/Portfile	2011-05-25 14:16:59 UTC (rev 78878)
+++ trunk/dports/python/py25-h5py/Portfile	2011-05-25 15:22:16 UTC (rev 78879)
@@ -5,8 +5,7 @@
 PortGroup           python25 1.0
 
 name                py25-h5py
-version             1.3.1
-revision            3
+version             1.4.0-beta
 platforms           darwin
 categories          python
 license             BSD
@@ -32,21 +31,12 @@
 homepage            http://code.google.com/p/h5py/
 master_sites        http://h5py.googlecode.com/files/
 distname            h5py-${version}
-checksums           md5     cfef84992d33910a06371dc35becb71b \
-                    sha1    8cbad11934f14b770613aa33b9a02e756e2d67c0 \
-                    rmd160  7c55fc57734857288adc37385ff98f4a17aa4f40
 
-use_configure       yes
+checksums           md5     cd2fa678161d1ba3adb68b65f582da45 \
+                    sha1    539b2ebfa4c30e22867acc68c97e8c10253b4c66 \
+                    rmd160  d2f0437c28eb15e9d2a19af6ae58c175ce7606cb
 
-configure.universal_args
-configure.pre_args
-configure.cmd       ${python.bin} setup.py configure
-configure.args      --api=18 --hdf5=${prefix}
+depends_lib-append  port:py25-numpy \
+                    port:hdf5-18 \
+                    port:py25-cython
 
-build.cmd-delete    --no-user-cfg
-depends_lib-append  port:py25-numpy port:hdf5-18
-
-post-destroot	{
-                    system "chmod -R a+r ${destroot}${prefix}"
-}
-

Modified: trunk/dports/python/py26-h5py/Portfile
===================================================================
--- trunk/dports/python/py26-h5py/Portfile	2011-05-25 14:16:59 UTC (rev 78878)
+++ trunk/dports/python/py26-h5py/Portfile	2011-05-25 15:22:16 UTC (rev 78879)
@@ -5,8 +5,7 @@
 PortGroup           python26 1.0
 
 name                py26-h5py
-version             1.3.1
-revision            3
+version             1.4.0-beta
 platforms           darwin
 categories          python
 license             BSD
@@ -32,21 +31,12 @@
 homepage            http://code.google.com/p/h5py/
 master_sites        http://h5py.googlecode.com/files/
 distname            h5py-${version}
-checksums           md5     cfef84992d33910a06371dc35becb71b \
-                    sha1    8cbad11934f14b770613aa33b9a02e756e2d67c0 \
-                    rmd160  7c55fc57734857288adc37385ff98f4a17aa4f40
 
-use_configure       yes
+checksums           md5     cd2fa678161d1ba3adb68b65f582da45 \
+                    sha1    539b2ebfa4c30e22867acc68c97e8c10253b4c66 \
+                    rmd160  d2f0437c28eb15e9d2a19af6ae58c175ce7606cb
 
-configure.universal_args
-configure.pre_args
-configure.cmd       ${python.bin} setup.py configure
-configure.args      --api=18 --hdf5=${prefix}
+depends_lib-append  port:py26-numpy \
+                    port:hdf5-18 \
+                    port:py26-cython
 
-build.cmd-delete    --no-user-cfg
-depends_lib-append  port:py26-numpy port:hdf5-18
-
-post-destroot	{
-                    system "chmod -R a+r ${destroot}${prefix}"
-}
-

Modified: trunk/dports/python/py27-h5py/Portfile
===================================================================
--- trunk/dports/python/py27-h5py/Portfile	2011-05-25 14:16:59 UTC (rev 78878)
+++ trunk/dports/python/py27-h5py/Portfile	2011-05-25 15:22:16 UTC (rev 78879)
@@ -5,8 +5,7 @@
 PortGroup           python27 1.0
 
 name                py27-h5py
-version             1.3.1
-revision            3
+version             1.4.0-beta
 platforms           darwin
 categories          python
 license             BSD
@@ -32,21 +31,12 @@
 homepage            http://code.google.com/p/h5py/
 master_sites        http://h5py.googlecode.com/files/
 distname            h5py-${version}
-checksums           md5     cfef84992d33910a06371dc35becb71b \
-                    sha1    8cbad11934f14b770613aa33b9a02e756e2d67c0 \
-                    rmd160  7c55fc57734857288adc37385ff98f4a17aa4f40
 
-use_configure       yes
+checksums           md5     cd2fa678161d1ba3adb68b65f582da45 \
+                    sha1    539b2ebfa4c30e22867acc68c97e8c10253b4c66 \
+                    rmd160  d2f0437c28eb15e9d2a19af6ae58c175ce7606cb
 
-configure.universal_args
-configure.pre_args
-configure.cmd       ${python.bin} setup.py configure
-configure.args      --api=18 --hdf5=${prefix}
+depends_lib-append  port:py27-numpy \
+                    port:hdf5-18 \
+                    port:py27-cython
 
-build.cmd-delete    --no-user-cfg
-depends_lib-append  port:py27-numpy port:hdf5-18
-
-post-destroot	{
-                    system "chmod -R a+r ${destroot}${prefix}"
-}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110525/bdedf45f/attachment.html>


More information about the macports-changes mailing list