diff options
author | wiz <wiz@pkgsrc.org> | 2010-12-12 12:18:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-12-12 12:18:34 +0000 |
commit | cea39ad68c5d37d4625fc1a78ec4e240425b19a0 (patch) | |
tree | 8c1a3ce3cf763a04b3fe28ca32738686a284a08f /sysutils | |
parent | bffba9d6a55da6eb2ed659d81b88f9ff3c57908d (diff) | |
download | pkgsrc-cea39ad68c5d37d4625fc1a78ec4e240425b19a0.tar.gz |
Update to 0.83.2. Set LICENSE. Remove expat from bl3.mk, since it's not
referenced in Makefile.
D-Bus Python Bindings 0.83.2 (2010-12-02)
=========================================
Dependencies:
* libdbus 1.2 is still supported, but libdbus >= 1.4 is recommended.
Fixes:
* Make BusConnection.list_activatable_names actually call ListActivatableNames,
not ListNames (Johan Sandelin)
* Don't override CFLAGS when adding compiler warnings
(Louis-Francis Ratté-Boulianne)
* Fix compilation on platforms where Py_ssize_t is larger than int, like x86-64
(Elvis Pfützenreuter)
* fd.o #21831: deserialize empty byte arrays with byte_arrays=True as
ByteArray(''), not ByteArray('None') (Simon McVittie)
* fd.o #23278, #25105: fix crashes when trying to append more struct entries
than the signature allows with libdbus 1.4 (Simon McVittie)
* fd.o #23831: fix crashes when an embedded Python interpreter imports dbus,
is finalized, is re-initialized, and re-imports dbus (Simon McVittie)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-dbus/Makefile | 5 | ||||
-rw-r--r-- | sysutils/py-dbus/buildlink3.mk | 3 | ||||
-rw-r--r-- | sysutils/py-dbus/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/py-dbus/Makefile b/sysutils/py-dbus/Makefile index c5a0303c439..1a06fce1001 100644 --- a/sysutils/py-dbus/Makefile +++ b/sysutils/py-dbus/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2010/05/02 13:31:54 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2010/12/12 12:18:34 wiz Exp $ # -DISTNAME= dbus-python-0.83.1 +DISTNAME= dbus-python-0.83.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//} CATEGORIES= sysutils MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/ @@ -12,6 +12,7 @@ DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.3:../../lang/py-pyrex MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.freedesktop.org/Software/dbus COMMENT= Python bindings for the D-BUS message bus system +LICENSE= mit PKG_DESTDIR_SUPPORT= user-destdir diff --git a/sysutils/py-dbus/buildlink3.mk b/sysutils/py-dbus/buildlink3.mk index f88572fb7cb..808a3baa9bf 100644 --- a/sysutils/py-dbus/buildlink3.mk +++ b/sysutils/py-dbus/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.9 2009/03/20 19:25:26 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.10 2010/12/12 12:18:34 wiz Exp $ BUILDLINK_TREE+= py-dbus @@ -13,7 +13,6 @@ BUILDLINK_PKGSRCDIR.py-dbus?= ../../sysutils/py-dbus .include "../../devel/glib2/buildlink3.mk" .include "../../sysutils/dbus/buildlink3.mk" -.include "../../textproc/expat/buildlink3.mk" .endif # PY_DBUS_BUILDLINK3_MK BUILDLINK_TREE+= -py-dbus diff --git a/sysutils/py-dbus/distinfo b/sysutils/py-dbus/distinfo index b11beaec5ca..96ed37cc1a9 100644 --- a/sysutils/py-dbus/distinfo +++ b/sysutils/py-dbus/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2010/05/02 13:31:54 wiz Exp $ +$NetBSD: distinfo,v 1.7 2010/12/12 12:18:34 wiz Exp $ -SHA1 (dbus-python-0.83.1.tar.gz) = a209de26ade2546251e5877f3b650789870755a4 -RMD160 (dbus-python-0.83.1.tar.gz) = d549fb52b52c960dc5aa646e809906142dcb067b -Size (dbus-python-0.83.1.tar.gz) = 533391 bytes +SHA1 (dbus-python-0.83.2.tar.gz) = b01d54be646d6f903e497c2ecd612027fe595339 +RMD160 (dbus-python-0.83.2.tar.gz) = 937946fc736d0555d08eb46074c807244cffcc6a +Size (dbus-python-0.83.2.tar.gz) = 539838 bytes |