diff options
author | tnn <tnn@pkgsrc.org> | 2008-04-25 20:06:04 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-04-25 20:06:04 +0000 |
commit | 1cf6c4873fae4fd41b388dcbdfaef06f8953b7e1 (patch) | |
tree | 7d55c46cdfc8a534429c6962c3add9e810e3356a /sysutils/py-dbus | |
parent | 634d70f1f6561874b783af844111214c0a015a0a (diff) | |
download | pkgsrc-1cf6c4873fae4fd41b388dcbdfaef06f8953b7e1.tar.gz |
Update to py-dbus-0.82.4.
- Supports DESTDIR
- Accept Python 2.5
News:
* supplying reply_handler but not error_handler raises
MissingReplyHandlerException instead of MissingErrorHandlerException,
and vice versa (fd.o #12304, patch from Rene Neumann)
* Using non-recursive make for dbus/ directory should fix builds in some
environments (fd.o #12741)
Diffstat (limited to 'sysutils/py-dbus')
-rw-r--r-- | sysutils/py-dbus/Makefile | 8 | ||||
-rw-r--r-- | sysutils/py-dbus/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/sysutils/py-dbus/Makefile b/sysutils/py-dbus/Makefile index 697f03d9d5d..9533290798f 100644 --- a/sysutils/py-dbus/Makefile +++ b/sysutils/py-dbus/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2008/02/03 12:22:26 drochner Exp $ +# $NetBSD: Makefile,v 1.12 2008/04/25 20:06:04 tnn Exp $ # -DISTNAME= dbus-python-0.82.3 +DISTNAME= dbus-python-0.82.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//} CATEGORIES= sysutils MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/ @@ -12,10 +12,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.freedesktop.org/Software/dbus COMMENT= Python bindings for the D-BUS message bus system +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= pkg-config gmake GNU_CONFIGURE= yes -PYTHON_VERSIONS_ACCEPTED= 24 +PYTHON_VERSIONS_ACCEPTED= 25 24 #PYDISTUTILSPKG= YES #PYBINMODULE= YES PY_PATCHPLIST= YES diff --git a/sysutils/py-dbus/distinfo b/sysutils/py-dbus/distinfo index b2e7823f59b..3707390bc35 100644 --- a/sysutils/py-dbus/distinfo +++ b/sysutils/py-dbus/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2008/01/09 19:04:42 drochner Exp $ +$NetBSD: distinfo,v 1.4 2008/04/25 20:06:04 tnn Exp $ -SHA1 (dbus-python-0.82.3.tar.gz) = a7c539ffd0cb41f2d6ed347774b5a7f9f5be2753 -RMD160 (dbus-python-0.82.3.tar.gz) = b6f068332a7901d5985f929ee6fac808858355c0 -Size (dbus-python-0.82.3.tar.gz) = 488123 bytes +SHA1 (dbus-python-0.82.4.tar.gz) = 6675106364c3865a38a9196e314508e7aae2f8b6 +RMD160 (dbus-python-0.82.4.tar.gz) = c934c38c7b6681aa419d005a4a73ab05ffdddac1 +Size (dbus-python-0.82.4.tar.gz) = 473346 bytes |