Update to 1.2.0:
D-Bus Python Bindings 1.2.0 (2013-05-07) ======================================== The "compile like it's 1998" release. Dependencies: • libdbus 1.6 or later is now required. Enhancements: • Unicode Corrigendum 9: when used with a suitable version of libdbus (1.6.10 or later, or 1.7.2 or later), noncharacters in strings are now accepted Fixes: • Support DBusException('something with non—ASCII') under Python 2 (Michael Vogt, smcv; fd.o #55899) • Correct some misleading wording in COPYING which was written under the assumption that libdbus could actually be relicensed to MIT/X11 (Thiago Macieira) • Avoid variable-length arrays, because MSVC++ is still stuck in 1998 (based on patches from Christoph Höger, fd.o #51725) • Remove unnecessary uses of stdint.h (fd.o #51725) • Add support for Unix compilers not supporting 'inline', for completeness • Use GObject.__class__ instead of GObjectMeta, which can no longer be imported from gi.repository.GObject in pygobject 3.8 • Fix autoreconfiscation on Automake 1.13 (Marko Lindqvist, fd.o #59006)
This commit is contained in:
parent
0d12178a68
commit
93651833c2
2 changed files with 7 additions and 9 deletions
|
@ -1,9 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.27 2012/10/23 19:51:20 asau Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.28 2013/05/26 19:51:25 wiz Exp $
|
||||
|
||||
DISTNAME= dbus-python-1.1.1
|
||||
DISTNAME= dbus-python-1.2.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/
|
||||
|
||||
|
@ -30,7 +28,7 @@ BUILDLINK_TRANSFORM+= rm:-std=c9x
|
|||
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
.include "../../lang/python/extension.mk"
|
||||
BUILDLINK_API_DEPENDS.dbus+= dbus>=1.0
|
||||
BUILDLINK_API_DEPENDS.dbus+= dbus>=1.6
|
||||
.include "../../sysutils/dbus/buildlink3.mk"
|
||||
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
||||
.include "../../sysutils/dbus-python-common/buildlink3.mk"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.10 2012/08/15 06:42:43 obache Exp $
|
||||
$NetBSD: distinfo,v 1.11 2013/05/26 19:51:25 wiz Exp $
|
||||
|
||||
SHA1 (dbus-python-1.1.1.tar.gz) = 3c15438a7ec1f0698d50557e3421564564d0e097
|
||||
RMD160 (dbus-python-1.1.1.tar.gz) = 8e810a15c417541744df68cb01e5d707488bd6e8
|
||||
Size (dbus-python-1.1.1.tar.gz) = 596476 bytes
|
||||
SHA1 (dbus-python-1.2.0.tar.gz) = 7a00f7861d26683ab7e3f4418860bd426deed9b5
|
||||
RMD160 (dbus-python-1.2.0.tar.gz) = cba09a1ca259bfa49c943142110a968241f40360
|
||||
Size (dbus-python-1.2.0.tar.gz) = 602426 bytes
|
||||
SHA1 (patch-aa) = ca721c56463a5180e6a33e5a3d6135660e93c38f
|
||||
SHA1 (patch-py-compile) = 5dbbdd89c0cc5e51203d8200c8846f12730cf25f
|
||||
|
|
Loading…
Reference in a new issue