[131831] trunk/dports/python/py-h5py/Portfile
Ryan Schmidt
ryandesign at macports.org
Mon Jan 19 17:01:44 PST 2015
> On Jan 19, 2015, at 11:32 AM, eborisch at macports.org wrote:
>
> Revision
> 131831
> Author
> eborisch at macports.org
> Date
> 2015-01-19 09:32:11 -0800 (Mon, 19 Jan 2015)
> Log Message
>
> py-h5py: Update to 2.4.0.
> Modified: trunk/dports/python/py-h5py/Portfile (131830 => 131831)
> # Support for -devel
> set DEV_VERSION 0
> @@ -26,40 +44,23 @@
> python.version ${DEV_VERSION}
> # epoch was already set to a date; continuing with that approach
> epoch 20130904
> - version 2.4.0b1
> + version 2.4.0
The epoch needs to be increased here because:
$ ~/macports/users/ryandesign/scripts/vercmp 2.4.0 2.4.0b1
MacPorts considers 2.4.0 to be less than 2.4.0b1.
More information about the macports-dev
mailing list