pkgsrc/devel/py-gobject3/Makefile
prlw1 2c6e5b818d Update py-gobject3 to 3.20.0
3.20.0  21-Mar-2016

3.19.92 15-Mar-2016

3.19.91 01-Mar-2016
        - Fix marshaling of GError stored in GValue
          (Simon Feltman) (Thibault Saunier) (#761592)
        - Fix marshaling or GError from Python to C from function calls
          (Simon Feltman) (#685197)
        - Error handling/reporting fixes (Christoph Reiter) (#751956)
        - Fix crash due to GVariant implemented as PyGBoxed not PyGIStruct
          (Christoph Reiter) (#751956)
        - Fix crash with GValueArray stored in GValue
          (Mikhail Fludkov) (#754359)

3.19.90 20-Feb-2016
        - tests: Set the active style context state before retrieving values
          (Simon Feltman)
        - tests: Fix crash with empty drag source icon names
          (Simon Feltman) (#762392)
        - Try to import GdkX11 in Gdk overrides (Christoph Reiter) (#673396)
        - Fix import warnings pointing to the wrong code with CPython 3.3/3.5
          (Christoph Reiter) (#757184)

3.19.2  31-Oct-2015
        - tests: Fix failure due to new GTK+ warning regarding size_allocate()
          (Simon Feltman)
        - Fix build warnings regarding _POSIX_C_SOURCE redefinition
          (Simon Feltman)
        - Drop -std=c90 for now (Matthias Clasen)

3.19.1  30-Oct-2015

	- Use a named tuple for returning multiple values (Christoph
	  Reiter) (#727374)

	- enum/flags: use gir info for type names and __repr__
	  instead of the gtype name (Christoph Reiter) (#657915)
	- Improve and unify __repr__ format for PyGObject, PyGBoxed
	  and PyGIStruct (Christoph Reiter) (#657915)
	- Don't leak internal RepositoryError on import. (Christoph
	  Reiter) (#756033)
	- Import dependencies when importing typelibs from
	  gi.repository (Christoph Reiter) (#656314)
	- Fix Gdk.rectangle_intersect/rectangle_union missing with
	  GTK+ 3.18 (Christoph Reiter) (#756364)
        - Don't import inspect at module level (Christoph Reiter)
	- invoke state: add a free memory cache for PyGIInvokeArgState
	  (Christoph Reiter) (#750658)
	- invoke/closure: reduce g_slice_alloc usage (Christoph
	  Reiter) (#750658)
        - pep8: ignore new errors reported by pep8 1.6 (Christoph Reiter)
        - Bump g-i dependency to latest stable (Garrett Regier)
        - Avoid calling g_slist_length() during invoke (Garrett Regier)
        - Simplify closure_convert_arguments() (Garrett Regier)
	- Remove a level of indentation in convert_ffi_arguments()
	  (Garrett Regier)
	- Prevent passing the user data multiple times to callbacks
	  (Garrett Regier) (#750347)
        - Support throwing exceptions in closures (Garrett Regier) (#710671)
	- Don't emit require_version warning if namespace was loaded
	  previously using g_irepository_require (Christoph Reiter)
	  (#754491)
        - configure.ac: post release version bump to 3.19.1 (Garrett Regier)

3.18.0  22-Sep-2015

3.17.90 19-Aug-2015
        - Allow passing unicode lists to GStrv properties on Python 2
          (Christoph Reiter) (#744745)
        - Avoid a silent long to int truncation (Rui Matos) (#749698)
        - Handle gtype marshalling (Mathieu Bridon) (#749696)
        - pygi-foreign-cairo.c: fix include for py3cairo.h
          (Daniel Hahler) (#746742)
        - tests: Silence various error messages and warnings
          (Christoph Reiter) (#751156)
        - Fix test regression when xdg-user-dirs is not installed
          (Christoph Reiter) (#751299)
        - Explicitly check if an override exists instead of ImportError
          (Garrett Regier) (#749532)

3.17.1  15-Jun-2015
        - Add gi.PyGIWarning used when import version is not specified
          (Christoph Reiter) (#727379)
        - Remove Gdk.Rectangle alias with newer gobject-introspection and GTK+
          (Christoph Reiter) (#749625)
        - overrides: Provide _overrides_module attribute
          (Christoph Reiter) (#736678)
        - overrides: Conditionalize touch override support in Gdk
          (Simon Feltman) (#747717)
        - Field setters: Remove unneeded type/range checks and unused code
          (Christoph Reiter) (#746985)
        - pygi-argument: Remove unused imports/includes
          (Christoph Reiter) (#746985)
        - Improve test coverage for field setters/getters
          (Christoph Reiter) (#746985)
2016-04-08 07:41:26 +00:00

19 lines
572 B
Makefile

# $NetBSD: Makefile,v 1.30 2016/04/08 07:41:26 prlw1 Exp $
# https://bugzilla.gnome.org/show_bug.cgi?id=685094
# https://bugzilla.gnome.org/show_bug.cgi?id=707196
PYTHON_VERSIONED_DEPENDENCIES= cairo:link
.include "../../lang/python/versioned_dependencies.mk"
.include "../../graphics/cairo-gobject/buildlink3.mk"
TEST_TARGET= check
.include "Makefile.common"
PKGNAME= ${PYPKGPREFIX}-gobject3-${VER}
COMMENT= Python bindings for glib2 gobject
CONFIGURE_ARGS+= --without-common
.include "../../devel/py-gobject3-common/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"