Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 34A3F63BA59 for ; Fri, 9 Apr 2010 01:43:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id DE6CA63B13E; Fri, 9 Apr 2010 01:43:24 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 92B0963B103 for ; Fri, 9 Apr 2010 01:43:23 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 80AA9175DF; Fri, 9 Apr 2010 01:43:23 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Fri, 9 Apr 2010 01:43:23 +0000 From: OBATA Akio Subject: CVS commit: pkgsrc/graphics/py-clutter To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20100409014323.80AA9175DF@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: obache Date: Fri Apr 9 01:43:23 UTC 2010 Modified Files: pkgsrc/graphics/py-clutter: Makefile PLIST distinfo Removed Files: pkgsrc/graphics/py-clutter/patches: patch-aa patch-ab Log Message: Update py-cltter to 1.0.2. Overview of changes between 1.0.0 and 1.0.2 =========================================== * Fix an import error of the PyCairo C API [Bastian] * Use the GClosure variants for the Alpha API [Emmanuele] * Update the examples [Bastian, Emmanuele] * Allow iterating over the actors references by clutter.Behaviour instances using the Python iteration syntax [Emmanuele] * Override __str__ and __repr__ slots for clutter.Path [Emmanuele] * Add back clutter.Actor.get_allocation_geometry() which was erroneously removed from the bindings [Emmanuele] * Update the build so that PyClutter works with Clutter 1.2 [Bastian] * Add support for the X11 and GLX specific API, under the clutter.x11 and clutter.glx sub-modules, respectively [Bastian] * Add more (optional) parameters to the clutter.Animation constructor [Bastian] * Add __str__ and __repr__ slots for many boxed types [Bastian] * Add richcompare slot for clutter.Color, clutter.Path and clutter.ActorBox [Bastian] * Allow iterating over a clutter.Path [Bastian] * Allow implementing a clutter.ChildMeta in pure Python [Bastian] * Bind clutter.Units [Bastian] * Allow implementing clutter.Scriptable in pure Python [Bastian] * Use a custom codegen script to fix bug #1827 and allow overriding the Python name of a C method [Bastian] * Add docstrings for all methods [Bastian] To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/py-clutter/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/py-clutter/PLIST \ pkgsrc/graphics/py-clutter/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/py-clutter/patches/patch-aa \ pkgsrc/graphics/py-clutter/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.