[83944] trunk/dports/python

eborisch at macports.org eborisch at macports.org
Tue Sep 13 06:45:28 PDT 2011


Revision: 83944
          http://trac.macports.org/changeset/83944
Author:   eborisch at macports.org
Date:     2011-09-13 06:45:25 -0700 (Tue, 13 Sep 2011)
Log Message:
-----------
py-h5py: Unified portfile; upgraded to 2.0.1

Modified Paths:
--------------
    trunk/dports/python/py-h5py/Portfile

Added Paths:
-----------
    trunk/dports/python/py-h5py/

Removed Paths:
-------------
    trunk/dports/python/py25-h5py/
    trunk/dports/python/py26-h5py/
    trunk/dports/python/py27-h5py/

Modified: trunk/dports/python/py-h5py/Portfile
===================================================================
--- trunk/dports/python/py27-h5py/Portfile	2011-09-13 13:25:03 UTC (rev 83943)
+++ trunk/dports/python/py-h5py/Portfile	2011-09-13 13:45:25 UTC (rev 83944)
@@ -2,10 +2,12 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python27 1.0
+PortGroup           python 1.0
 
-name                py27-h5py
-version             2.0.0
+name                py-h5py
+version             2.0.1
+python.versions     25 26 27 31 32
+python.default_version 27
 platforms           darwin
 categories          python
 license             BSD
@@ -32,13 +34,15 @@
 master_sites        http://h5py.googlecode.com/files/
 distname            h5py-${version}
 
-checksums           md5     f604ae6e4095bdf70b4c011b9c9762f5 \
-                    sha1    d66300f1deb540bd42b5596f07bf0add10a9363a \
-                    rmd160  50cf9141c1f4718f33dd8d5b0b25121efdc23a37
+checksums           md5     ea271f5cc8a78a531316918906aacdd0 \
+                    sha1    beddbfadb6f9fab651aeb8bede40b74fc2aeb889 \
+                    rmd160  75170ff5de1f7fb0eeda02525343285fb6213ced
 
-depends_lib-append  port:py27-numpy \
-                    port:hdf5-18 \
-                    port:py27-cython
+if {$subport != $name } {
+    depends_lib-append  port:py${python.version}-numpy \
+                        port:py${python.version}-cython \
+                        port:hdf5-18
+}
 
 livecheck.regex       {h5py-(\d+(?:\.\d+)*).tar.gz}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110913/e0bb2a19/attachment.html>


More information about the macports-changes mailing list