[59269] trunk/dports/python

macsforever2000 at macports.org macsforever2000 at macports.org
Mon Oct 12 15:47:59 PDT 2009


Revision: 59269
          http://trac.macports.org/changeset/59269
Author:   macsforever2000 at macports.org
Date:     2009-10-12 15:47:57 -0700 (Mon, 12 Oct 2009)
Log Message:
-----------
Added new port - py25-h5py. (#22014)

Added Paths:
-----------
    trunk/dports/python/py25-h5py/
    trunk/dports/python/py25-h5py/Portfile

Added: trunk/dports/python/py25-h5py/Portfile
===================================================================
--- trunk/dports/python/py25-h5py/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-h5py/Portfile	2009-10-12 22:47:57 UTC (rev 59269)
@@ -0,0 +1,38 @@
+# -*- 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           python25 1.0
+
+name                py25-h5py
+version             1.2.1
+platforms           darwin
+categories          python
+maintainers         ieee.org:eborisch \
+                    openmaintainer
+description         Python Module for working with HDF5 files
+
+long_description    The h5py package provides a simple, Pythonic interface to \
+                    HDF5. A straightforward high-level interface allows the \
+                    manipulation of HDF5 files, groups and datasets using \
+                    established Python and NumPy metaphors. \
+                    Additionally, the library offers a low-level interface \
+                    which exposes the majority of the HDF5 C API in a Pythonic,\
+                    object-oriented fashion.
+
+homepage            http://code.google.com/p/h5py/
+master_sites        http://h5py.googlecode.com/files/
+distname            h5py-${version}
+checksums           md5 b5e435f7c0e213fe3235efe2dc0cb59b \
+                    sha1 92b8bea17df20649492ee67b4723b777666e29e2 \
+                    rmd160 19ab7f516f2d9db15f8ba3a258983c357b1e0ff5
+
+use_configure       yes
+
+configure.universal_args
+configure.pre_args
+configure.cmd       ${python.bin} setup.py configure
+configure.args      --api=18 --hdf5=${prefix}
+
+build.cmd-delete    --no-user-cfg
+depends_lib-append  port:py25-numpy port:hdf5-18


Property changes on: trunk/dports/python/py25-h5py/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/20091012/a0916f13/attachment.html>


More information about the macports-changes mailing list