Revision: 98302 http://trac.macports.org//changeset/98302 Author: eborisch@macports.org Date: 2012-10-02 08:33:35 -0700 (Tue, 02 Oct 2012) Log Message: ----------- py-h5py[-devel]: Upgrade to 2.1.0 Modified Paths: -------------- trunk/dports/python/py-h5py/Portfile Modified: trunk/dports/python/py-h5py/Portfile =================================================================== --- trunk/dports/python/py-h5py/Portfile 2012-10-02 14:53:16 UTC (rev 98301) +++ trunk/dports/python/py-h5py/Portfile 2012-10-02 15:33:35 UTC (rev 98302) @@ -5,14 +5,14 @@ PortGroup python 1.0 name py-h5py -version 2.0.1 +version 2.1.0 # h5py needs to be re-built after hdf5-18 upgrades -revision 3 +revision 0 checksums \ - rmd160 75170ff5de1f7fb0eeda02525343285fb6213ced \ - sha256 cc5242c8ede616af9d8781c6d06603ff5a1f0de3044877176cc31a00cc581c40 + rmd160 72e3940374b5a2ba72b2f96319c81e3c07beca09 \ + sha256 625bd47f5b45361fc4549ab3c45c883f49ffc03d54ca294fdbb70f6223b41af0 # Support for -devel set DEV_VERSION 0 @@ -23,11 +23,10 @@ subport py32-h5py-devel {set DEV_VERSION 32} if {${DEV_VERSION}} { - version 2.1.0b2 python.version ${DEV_VERSION} - checksums \ - rmd160 20a9bc4acd0ba624019130c117118250a2c3f1c7 \ - sha256 fedd992225fa5afb25c6cc14fcdaa246733b09863821a5e4547d2f65df623e3d + epoch 20121002 +# No current devel version +# version 2.X } python.versions 26 27 31 32
participants (1)
-
eborisch@macports.org