./devel/py-gobject, Python bindings for glib2 gobject

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.20.0, Package name: py26-gobject-2.20.0, Maintainer: pkgsrc-users

Python bindings for the GObject.


Required to run:
[devel/glib2] [lang/python26]

Required to build:
[devel/gmake] [devel/libtool-base] [devel/pkg-config] [devel/py-gobject-shared]

Master sites: (Expand)

SHA1: 3a8d0adeddde2b688956c61ad928bfa2e7996e15
RMD160: 3690b9e705e5e29fbec359f0d4b3ec50a205f944
Filesize: 882.545 KB

Version history: (Expand)


CVS history: (Expand)


   2010-06-09 20:36:33 by Matthias Drochner | Files touched by this commit (1)
Log message:
sync w/ common Makefile (just naming consistency, no pkg change)
   2010-04-13 14:03:07 by OBATA Akio | Files touched by this commit (2) | Package updated
Log message:
* revert last PLIST change, it is not installed.
* convert custom SED target to SUBST, and move post-patch to pre-configure
  for easy to maintain patch.
* replace shbang of codegen scripts.

Bump PKGREVISION.
   2010-04-12 16:00:17 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
A small PLIST fix.

Bump PKGREVISION.
   2010-01-30 17:28:01 by Klaus Heinz | Files touched by this commit (18)
Log message:
Added LICENSE information.
   2009-10-26 21:08:21 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Doesn't support Python 2.4 (from . import *).
   2009-10-21 18:07:29 by Matthias Drochner | Files touched by this commit (3) | Package updated
Log message:
update to 2.20.0
This switches to the gnome-2.28 release branch.
   2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454)
Log message:
Remove @dirrm entries from PLISTs
   2009-06-09 15:25:02 by Thomas Klausner | Files touched by this commit (8) | Package updated
Log message:
Update to 2.18.0:

2.18.0 24-may-2009
        - Improve gio docs with some more classes (Gian)
        - Wrap gio.OutputStream.splice_async() (Gian)
        - Add Python ver into installed libpyglib name (Emilio Pozuelo Monfort)
        - Wrap gio.OutputStream.flush_async() (Gian)
        - Use 'Requires.private' for libffi in '.pc' files (Josselin Mouette)
        - Add wrapper for gio.FileAttributeMatcher (Gian)
        - Mark relevant glib.IOChannel methods as METH_NOARGS (Paul)
        - Retire hand-written ChangeLog; autocreate from Git history (Paul)
        - Wrap gio.InputStream.skip_async() (Gian)
        - Add in codegen -n --namespace option and the code to remove dll
          API in headers, added documentation (Siavash Safi)
        - Properly mark glib.get_user_special_dir() as a keywords method (Paul)

2.17.0 30-apr-2009
        - Write a good part of the docs for gio (Gian)
        - Wrap g_mount_guess_content_type g_mount_guess_content_type_finish
          g_mount_guess_content_type_sync (Gian, #580802)
        - Swap first two arguments of gio.File.query_info_async (Paul, #580490)
        - Fix a crash in pyg_type_add_interfaces (Paul, #566571)
        - Remove an empty structure, use sizeof(PyObject)
          instead (Paul, #560591)
        - Wrap four g_get_user_*_dir() functions (Paul, #575999)
        - Remove 'ltihooks.py' as using deprecated Python module (Paul)
        - Code maintenance: add .gitignore files (Paul)
        - CellRendererPixbuf stock-size property has wrong type (Paul, #568499)
        - Add a doap file after git migration (Johan Dahlin)
        - missing dep on libffi in pygobject-2.0.pc (Götz Waschk, #550231)
        - g_volume_monitor_tp_new new function, return the singleton object.
          (Paul, #555613)
        - Remove a DeprecationWarning under python 2.6 (James Westby, #573753)
        - several scripts from codegen directory are not distributed
          (Krzesimir Nowak)
        - g_file_copy_async change argument order to keep it consistent with the
          other methods (Gian)
        - memory leak in gio.File.copy_async (Paul Pogonyshev, #578870)
        - g_file_monitor should accept None for cancellable and set the default
          flag to G_FILE_MONITOR_NONE (Gian)
        - pyg_notify_free needs to ensure it has GIL before calling Py_XDECREF
          (Jonathan Matthew)
        - Wrap g_file_set_display_name_async (Gian)
        - Add a semi-private method to return the option context C object from
          an option context wrapper (Tristan Hill)
        - Converting a negative long Python value to a GUINT64 GValue doesn't
          error out as it should (Gustavo J. A. M. Carneiro, #577999)
        - Wrap g_file_set_attributes_async and
          g_file_set_attributes_finish (Gian)
        - g_file_query_filesystem_info_async fix a typo (Gian)
        - Wrap g_file_query_filesystem_info_async (Gian)
        - Add missing g_file_query_filesystem_info_async and
	  g_file_query_filesystem_info_finish (Gian)
        - Wrap g_file_eject_mountable (Gian)
        - g_file_copy callback cannot be optional (Gian)
        - Swap various kwargs names to reflect the code (Gian)
        - Update the address of the FSF (Tobias Mueller, #577134)
        - Add g_volume_should_automount (Gian)
        - Wrap g_drive_enumerate_identifiers and g_volume_enumerate_identifiers
          (Gian)
	- Add a couple of convinence functions to convert from/to a python list
	  and an array of strings (Gian)
	- Allow setting pytype wrapper class (Mark Lee, John Ehresman, #559001)
	- Wrap g_file_enumerator_close_async (Gian Mario Tagliaretti)