[h5py] 427/455: Broken bdist_msi command can't handle -beta

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:57 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag 1.3.0
in repository h5py.

commit c76c6ad892595627f14bc4a0027dfea6a7539a91
Author: andrewcollette <andrew.collette at gmail.com>
Date:   Mon Feb 22 21:34:42 2010 +0000

    Broken bdist_msi command can't handle -beta
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 126420e..5bbde72 100644
--- a/setup.py
+++ b/setup.py
@@ -504,7 +504,7 @@ else:
 
 setup(
   name = 'h5py',
-  version = VERSION,
+  version = VERSION if not sys.platform.startswith('win') else VERSION.partition('-')[0],
   description = short_desc,
   long_description = long_desc,
   classifiers = [x for x in cls_txt.split("\n") if x],

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git



More information about the debian-science-commits mailing list