summaryrefslogtreecommitdiff
path: root/sysutils/py-dbus
diff options
context:
space:
mode:
authorjmmv <jmmv>2006-08-23 09:45:58 +0000
committerjmmv <jmmv>2006-08-23 09:45:58 +0000
commitc524429f3759a827a1b38524b7953b0678a56714 (patch)
tree557e9988f3cbf9270623f7d28c2b0113f4ae9d15 /sysutils/py-dbus
parent56df0879d4aa2d7af9e143b6b40556b608ddfc3c (diff)
downloadpkgsrc-c524429f3759a827a1b38524b7953b0678a56714.tar.gz
Update to 0.71:
D-Bus Python Bindings 0.71 (24 July 2006) == - Binary modules are now installed in the correct directory - Distutils exports the dbus and dbus-glib cflags D-Bus Python Bindings 0.70 (17 July 2006) == - First release of bindings split - Move to a distutils build enviornment - It is possible to now specify sender_keyword="foo", path_keyword="bar" when adding a signal listener
Diffstat (limited to 'sysutils/py-dbus')
-rw-r--r--sysutils/py-dbus/Makefile29
-rw-r--r--sysutils/py-dbus/PLIST7
-rw-r--r--sysutils/py-dbus/buildlink3.mk4
-rw-r--r--sysutils/py-dbus/distinfo5
4 files changed, 26 insertions, 19 deletions
diff --git a/sysutils/py-dbus/Makefile b/sysutils/py-dbus/Makefile
index 43013977051..779800a4045 100644
--- a/sysutils/py-dbus/Makefile
+++ b/sysutils/py-dbus/Makefile
@@ -1,23 +1,26 @@
-# $NetBSD: Makefile,v 1.6 2006/08/06 05:20:40 kristerw Exp $
+# $NetBSD: Makefile,v 1.7 2006/08/23 09:45:58 jmmv Exp $
#
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME= dbus-python-0.71
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//}
+CATEGORIES= sysutils
+MASTER_SITES= http://freedesktop.org/software/dbus/releases/
-PYTHON_VERSIONS_ACCEPTED= 24
+DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.3:../../lang/py-pyrex
-DBUS_INTERFACE= glib python
-DBUS_DIRS= dbus bus glib python tools
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.freedesktop.org/Software/dbus
+COMMENT= Python bindings for the D-BUS message bus system
-.include "../../sysutils/dbus/Makefile.common"
-DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.3:../../lang/py-pyrex
-CONFIGURE_ARGS+=--enable-tests
-# We can't install from within the 'dbus' nor 'tools' directory automatically
-# because we'd get a lot of other stuff installed (overriding files in the
-# dbus package).
-INSTALL_DIRS= python
+USE_TOOLS+= pkg-config
-PY_PATCHPLIST= YES
+PYTHON_VERSIONS_ACCEPTED= 24
+PYDISTUTILSPKG= YES
+PYBINMODULE= YES
+PY_PATCHPLIST= YES
.include "../../devel/glib2/buildlink3.mk"
.include "../../lang/python/extension.mk"
+.include "../../sysutils/dbus/buildlink3.mk"
+.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/py-dbus/PLIST b/sysutils/py-dbus/PLIST
index 3ce0f968cbe..8463e4507f1 100644
--- a/sysutils/py-dbus/PLIST
+++ b/sysutils/py-dbus/PLIST
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2006/04/02 15:04:20 rxg Exp $
-${PYSITELIB}/dbus.pth
+@comment $NetBSD: PLIST,v 1.3 2006/08/23 09:45:58 jmmv Exp $
${PYSITELIB}/dbus/__init__.py
${PYSITELIB}/dbus/__init__.pyc
${PYSITELIB}/dbus/__init__.pyo
@@ -9,8 +8,8 @@ ${PYSITELIB}/dbus/_dbus.pyo
${PYSITELIB}/dbus/_util.py
${PYSITELIB}/dbus/_util.pyc
${PYSITELIB}/dbus/_util.pyo
-${PYSITELIB}/dbus/dbus_bindings.la
-${PYSITELIB}/dbus/dbus_glib_bindings.la
+${PYSITELIB}/dbus/dbus_bindings.so
+${PYSITELIB}/dbus/dbus_glib_bindings.so
${PYSITELIB}/dbus/decorators.py
${PYSITELIB}/dbus/decorators.pyc
${PYSITELIB}/dbus/decorators.pyo
diff --git a/sysutils/py-dbus/buildlink3.mk b/sysutils/py-dbus/buildlink3.mk
index a8906addf8b..c98c6c3814d 100644
--- a/sysutils/py-dbus/buildlink3.mk
+++ b/sysutils/py-dbus/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2006/07/08 23:11:09 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2006/08/23 09:45:58 jmmv Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
PY_DBUS_BUILDLINK3_MK:= ${PY_DBUS_BUILDLINK3_MK}+
@@ -13,7 +13,7 @@ BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}py-dbus
.if !empty(PY_DBUS_BUILDLINK3_MK:M+)
BUILDLINK_API_DEPENDS.py-dbus+= ${PYPKGPREFIX}-dbus>=0.23.4
-BUILDLINK_ABI_DEPENDS.py-dbus?= ${PYPKGPREFIX}-dbus>=0.23.4nb2
+BUILDLINK_ABI_DEPENDS.py-dbus?= ${PYPKGPREFIX}-dbus>=0.71
BUILDLINK_PKGSRCDIR.py-dbus?= ../../sysutils/py-dbus
.endif # PY_DBUS_BUILDLINK3_MK
diff --git a/sysutils/py-dbus/distinfo b/sysutils/py-dbus/distinfo
new file mode 100644
index 00000000000..7b84b1b2853
--- /dev/null
+++ b/sysutils/py-dbus/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2006/08/23 09:45:58 jmmv Exp $
+
+SHA1 (dbus-python-0.71.tar.gz) = 18e71b7bf3513d14f2113ccd05e8bc930a46baa5
+RMD160 (dbus-python-0.71.tar.gz) = 89e0999b725aea4ec1a4d703a27b34d119b27ab5
+Size (dbus-python-0.71.tar.gz) = 137613 bytes