[pygda] pygda is now unnecessary with the new PyGObject+Introspection system. If you have PyGObject and libg



commit 5402127dbfd2403cc39cdc74fc7334d2ee6d516b
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Apr 11 09:49:35 2011 +0200

    pygda is now unnecessary with the new PyGObject+Introspection system.
    If you have PyGObject and libgda-5.0 then you can use libgda from python like so:
    
    from gi.repository import Gda
    The examples here have been exported, but the rest of the code has been
    removed because it is unnecessary.
    
    See the 4.0 branch for the older pygda, for use with the older pygtk,
    for instance.

 ChangeLog                     |   10 +
 Makefile.am                   |    8 -
 NEWS                          |    2 +
 acinclude.m4                  |  118 -
 autogen.sh                    |   44 -
 configure.ac                  |  151 -
 docs/.gitignore               |    3 -
 gda/.gitignore                |    5 -
 gda/Makefile.am               |   64 -
 gda/gda-arg-types.py          |   26 -
 gda/gda.defs                  | 6632 -----------------------------------------
 gda/gda.override              |  332 --
 gda/gda_defs_interface.patch  |   20 -
 gda/gdaglue.h                 |   11 -
 gda/gdamodule.c               |   57 -
 gda/pygda-4.0.pc.in           |   18 -
 gda/pygdavalue_conversions.c  |  164 -
 gda/pygdavalue_conversions.h  |   17 -
 gnome-python-extras-2.0.pc.in |    9 -
 ltihooks.py                   |   60 -
 tests/.gitignore              |    5 -
 tests/Makefile.am             |    8 -
 tests/common.py               |   34 -
 tests/ltihooks.py             |   60 -
 tests/runtests.py             |   25 -
 25 files changed, 12 insertions(+), 7871 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index c3554c6..cc69d82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+pygda is now unnecessary with the new PyGObject+Introspection system.
+If you have PyGObject and libgda-5.0 then you can use libgda from python like so:
+
+from gi.repository import Gda
+The examples here have been exported, but the rest of the code has been
+removed because it is unnecessary.
+
+See the 4.0 branch for the older pygda, for use with the older pygtk,
+for instance.
+
 2.29.2:
 
 2011-03-18  Murray Cumming  <murrayc murrayc com>
diff --git a/NEWS b/NEWS
index 59104d8..d04a335 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+pygda is no longer maintained. See the ChangeLog for an explanation.
+
 2.29.2 (unstable):
 
 * Avoid warning about GdaEasyCreateTableFlag.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]