[h5py] 167/455: Allow "clean" on Windows

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:29 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 dc53c0b454566f6fc8e0490ba2388d96e3108110
Author: andrewcollette <andrew.collette at gmail.com>
Date:   Sat Nov 29 05:43:16 2008 +0000

    Allow "clean" on Windows
---
 setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 76936da..c5c5a92 100644
--- a/setup.py
+++ b/setup.py
@@ -461,7 +461,8 @@ class new_sdist(sdist):
 
 # New commands for setup (e.g. "python setup.py test")
 if os.name == 'nt':
-    CMD_CLASS.update({'build': cybuild, 'test': test, 'sdist': new_sdist})
+    CMD_CLASS.update({'build': cybuild, 'test': test, 'sdist': new_sdist,
+                       'clean': cyclean})
 else:
     CMD_CLASS.update({'build': cybuild, 'test': test, 'sdist': new_sdist,
                       'doc': doc, 'clean': cyclean, })

-- 
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