pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-gobject3 Update py-gobject3 to 3.4.1.1 - than...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ef1c15c4564a
branches: trunk
changeset: 610466:ef1c15c4564a
user: prlw1 <prlw1%pkgsrc.org@localhost>
date: Fri Oct 26 10:18:42 2012 +0000
description:
Update py-gobject3 to 3.4.1.1 - thanks to drochner@
3.4.1.1 17-Oct-2012
- Bump g-i dependency to >= 1.34.1.1 (Paolo Borelli)
- Fix leaked vfunc return values (Simon Feltman) (#686140)
- Install egg-info files in the right dir Kalev Lember) (#686315)
3.4.1 15-Oct-2012
- Skip Regress tests with --disable-cairo (Martin Pitt) (#685094)
- Fix leak with python callables as closure argument. (Simon Feltman) (#685598)
- Gio overrides: Handle setting GSettings enum keys (Martin Pitt) (#685947)
- Fix unsigned values in GArray/GList/GSList/GHash (Martin Pitt) (#685860)
- _pygi_marshal_from_py_uint64(): Use correct data type in py2.7 check (Alban Browaeys) (#685000)
- Install an .egg-info file (Johan Dahlin) (#680138)
- PyGProps_getattro(): Fix GObjectClass leak (Johan Dahlin) (#685218)
- pygobject.c: Don't leak GObjectClass reference (Olivier Crête) (#684062)
- Fix memory leak in _pygi_argument_to_array() (Alban Browaeys) (#685082)
- Fix error messages for out of range numbers (Martin Pitt) (#684314)
- Kill dbus-daemon after running tests (Martin Pitt) (#685009)
- GVariant overrides: Support empty tuple arrays (Martin Pitt) (#684928)
- tests: Fix wrong return type in test_int64_callback() (Martin Pitt) (#684700)
- Fix GValue marshalling of long and unsigned long (Giovanni Campagna) (#684331)
- Clean up deprecation message for assigning gpointers to objects. (Simon Feltman) (#683599)
- pygi-property: Lookup property in base classes of non-introspected types (Olivier Crête) (#684058)
diffstat:
devel/py-gobject3/Makefile | 12 ++++++++----
devel/py-gobject3/PLIST | 3 ++-
devel/py-gobject3/distinfo | 8 ++++----
3 files changed, 14 insertions(+), 9 deletions(-)
diffs (58 lines):
diff -r 733381e86986 -r ef1c15c4564a devel/py-gobject3/Makefile
--- a/devel/py-gobject3/Makefile Fri Oct 26 08:18:15 2012 +0000
+++ b/devel/py-gobject3/Makefile Fri Oct 26 10:18:42 2012 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2012/10/08 21:15:03 prlw1 Exp $
+# $NetBSD: Makefile,v 1.9 2012/10/26 10:18:42 prlw1 Exp $
#
-DISTNAME= pygobject-3.4.0
-PKGNAME= ${PYPKGPREFIX}-gobject3-3.4.0
+DISTNAME= pygobject-3.4.1.1
+PKGNAME= ${PYPKGPREFIX}-gobject3-3.4.1.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygobject/3.4/}
EXTRACT_SUFX= .tar.xz
@@ -32,10 +32,14 @@
.include "../../graphics/cairo-gobject/buildlink3.mk"
TEST_TARGET= check
+# for the egg
+UNAME_M!= uname -m
+PLIST_SUBST+= UNAME_M=${UNAME_M:Q}
+
.include "../../lang/python/extension.mk"
.include "../../lang/python/application.mk"
.include "../../graphics/py-cairo/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gobject-introspection= gobject-introspection>=1.33.14
+BUILDLINK_API_DEPENDS.gobject-introspection= gobject-introspection>=1.34.1.1
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 733381e86986 -r ef1c15c4564a devel/py-gobject3/PLIST
--- a/devel/py-gobject3/PLIST Fri Oct 26 08:18:15 2012 +0000
+++ b/devel/py-gobject3/PLIST Fri Oct 26 10:18:42 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2012/10/08 21:15:03 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.3 2012/10/26 10:18:42 prlw1 Exp $
include/pygobject-3.0/pygobject.h
lib/libpyglib-gi-2.0-python${PYVERSSUFFIX}.la
lib/pkgconfig/pygobject-3.0.pc
@@ -66,3 +66,4 @@
${PYSITELIB}/gi/types.py
${PYSITELIB}/gi/types.pyc
${PYSITELIB}/gi/types.pyo
+${PYSITELIB}/pygobject-3.4.1.1-py${PYVERSSUFFIX}-${LOWER_OPSYS}-${OS_VERSION}-${UNAME_M}.egg-info
diff -r 733381e86986 -r ef1c15c4564a devel/py-gobject3/distinfo
--- a/devel/py-gobject3/distinfo Fri Oct 26 08:18:15 2012 +0000
+++ b/devel/py-gobject3/distinfo Fri Oct 26 10:18:42 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2012/10/08 21:15:03 prlw1 Exp $
+$NetBSD: distinfo,v 1.4 2012/10/26 10:18:42 prlw1 Exp $
-SHA1 (pygobject-3.4.0.tar.xz) = cd987de5794835bd47710b3c2c68514ea02eeebd
-RMD160 (pygobject-3.4.0.tar.xz) = c2085e99c4e39d4c4f7567bcadff1612addbf4fb
-Size (pygobject-3.4.0.tar.xz) = 607804 bytes
+SHA1 (pygobject-3.4.1.1.tar.xz) = df03988199745fc71992bba55af82997ce1a85e0
+RMD160 (pygobject-3.4.1.1.tar.xz) = f7b9d8e24c1cf102230bc8f2f9311db77c49c938
+Size (pygobject-3.4.1.1.tar.xz) = 613476 bytes
Home |
Main Index |
Thread Index |
Old Index