[X2go-Commits] pyhoca-gui.git - master (branch) updated: 0.1.0.10-149-gcd90c18

X2Go dev team git-admin at x2go.org
Thu Mar 29 22:07:41 CEST 2012


The branch, master has been updated
       via  cd90c185ad996237d8d9579d41ed9679cd58261d (commit)
      from  b51e10faab3657f08ef900b26a6c27ab97db72d5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cd90c185ad996237d8d9579d41ed9679cd58261d
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Mar 29 22:07:28 2012 +0200

    add basic bbfreeze setup

-----------------------------------------------------------------------

Summary of changes:
 bb_setup.py |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
 create mode 100644 bb_setup.py

The diff of changes is:
diff --git a/bb_setup.py b/bb_setup.py
new file mode 100644
index 0000000..8dfa7d3
--- /dev/null
+++ b/bb_setup.py
@@ -0,0 +1,15 @@
+# bb_setup2.py
+from bbfreeze import Freezer
+ 
+includes = []
+excludes = ['_gtkagg', '_tkagg', 'bsddb', 'curses', 'email', 'pywin.debugger',
+            'pywin.debugger.dbgcon', 'pywin.dialogs', 'tcl',
+            'Tkconstants', 'Tkinter']
+ 
+bbFreeze_Class = Freezer('dist', includes=includes, excludes=excludes)
+ 
+bbFreeze_Class.addScript("pyhoca-gui", gui_only=True)
+ 
+bbFreeze_Class.use_compression = 0
+bbFreeze_Class.include_py = True
+bbFreeze_Class()


hooks/post-receive
-- 
pyhoca-gui.git (Python X2Go Client (wxPython GUI))

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).




More information about the x2go-commits mailing list