[h5py] 272/455: Windows bdist_msi workaround

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:41 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 60ea2f395342bc645cac19b0b5f538cff482a468
Author: andrewcollette <andrew.collette at gmail.com>
Date:   Thu Jun 4 03:26:01 2009 +0000

    Windows bdist_msi workaround
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 3d6fec4..a761aeb 100644
--- a/setup.py
+++ b/setup.py
@@ -543,7 +543,7 @@ else:
 
 setup(
   name = NAME,
-  version = VERSION,
+  version = VERSION if sys.platform != 'win32' else VERSION.replace('-beta',''),
   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