[hdf-compass] 60/295: Various fixes to setup.py for Mac

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun May 8 10:35:26 UTC 2016


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

ghisvail-guest pushed a commit to branch debian/master
in repository hdf-compass.

commit 2d5d3adf89a73ad5b99696300f7765b91cd250f8
Author: Andrew Collette <andrew.collette at gmail.com>
Date:   Fri Apr 24 13:26:29 2015 -0600

    Various fixes to setup.py for Mac
---
 setup.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/setup.py b/setup.py
index f9d6e5f..ac16d63 100644
--- a/setup.py
+++ b/setup.py
@@ -28,12 +28,12 @@ DATA_FILES = []
 PLIST = {   "CFBundleDocumentTypes": [ { "CFBundleTypeExtensions": ["hdf5","h5"],
                                       "CFBundleTypeName": "HDF5 Data File",
                                       "CFBundleTypeRole": "Viewer"} ],
-            "CFBundleIdentifer": "org.alfven.hdfcompass",
+            "CFBundleIdentifer": "org.hdfgroup.compass",
             "CFBundleDisplayName": "HDFCompass",
-            "CFBundleVersion": "0.4.0" }
+            "CFBundleVersion": "0.5.0" }
 
 OPTIONS = { 'argv_emulation': True,
-            'excludes': ['scipy'],
+            'excludes': ['scipy', 'PyQt4', 'mpi4py'],
             'matplotlib_backends': ['wxagg'],
             'iconfile': 'compass.icns',
             'plist': PLIST }

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



More information about the debian-science-commits mailing list