[Pkg-anonymity-tools] [onionshare] 46/57: excluding many frameworks from osx binary (#151)

Ulrike Uhlig u-guest at moszumanska.debian.org
Tue May 19 18:18:57 UTC 2015


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

u-guest pushed a commit to annotated tag 0.7
in repository onionshare.

commit c70e1f2668114d99c436b08b0bf082a31e388a7d
Author: Micah Lee <micah at micahflee.com>
Date:   Fri May 15 18:01:43 2015 -0700

    excluding many frameworks from osx binary (#151)
---
 setup.py | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 5aebb98..54eba52 100644
--- a/setup.py
+++ b/setup.py
@@ -108,8 +108,18 @@ elif system == 'Darwin':
             'py2app': {
                 'argv_emulation': True,
                 'iconfile':'install/onionshare.icns',
-                'includes': ['pip', 'PyQt4', 'PyQt4.QtCore', 'PyQt4.QtGui', 'jinja2', 'jinja2.ext', 'jinja2.ext.autoescape'],
-                'excludes': ['PyQt4.QtDesigner', 'PyQt4.QtNetwork', 'PyQt4.QtOpenGL', 'PyQt4.QtScript', 'PyQt4.QtSql', 'PyQt4.QtTest', 'PyQt4.QtWebKit', 'PyQt4.QtXml', 'PyQt4.phonon']
+                'includes': [
+                    'PyQt4', 'PyQt4.QtCore', 'PyQt4.QtGui',
+                    'jinja2', 'jinja2.ext', 'jinja2.ext.autoescape'],
+                'excludes': [
+                    'PyQt4.QtDesigner', 'PyQt4.QtNetwork',
+                    'PyQt4.QtOpenGL', 'PyQt4.QtScript',
+                    'PyQt4.QtSql', 'PyQt4.QtTest',
+                    'PyQt4.QtWebKit', 'PyQt4.QtXml',
+                    'PyQt4.phonon', 'PyQt4.QtDeclarative',
+                    'PyQt4.QtHelp', 'PyQt4.QtMultimedia',
+                    'PyQt4.QtScript', 'PyQt4.QtScriptTools',
+                    'PyQt4.QtSvg', 'PyQt4.QtXmlPatterns']
             }
         },
         setup_requires=['py2app'],

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/onionshare.git



More information about the Pkg-anonymity-tools mailing list