[Lunar-commits] <moonbase> dbus-python: version bumped to 0.83.0.
Florin Braescu
florin at lunar-linux.org
Sat Sep 20 17:48:13 CEST 2008
commit 78f02556672c1654cc712d279129b553a78a92e5
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Sep 20 18:48:13 2008 +0300
dbus-python: version bumped to 0.83.0.
Changes:
* Add bindings for DBusServer.
* Omit the service's traceback from certain D-Bus errors: specifically, those
that were probably deliberately raised as part of an API. Subclasses
of DBusException that indicate programmer error can turn the traceback
back on if it seems likely to be useful.
* Bugfixes.
---
devel/dbus-python/DEPENDS | 2 --
devel/dbus-python/DETAILS | 13 -------------
python/dbus-python/DEPENDS | 2 ++
python/dbus-python/DETAILS | 13 +++++++++++++
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/devel/dbus-python/DEPENDS b/devel/dbus-python/DEPENDS
deleted file mode 100644
index 914447c..0000000
--- a/devel/dbus-python/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends dbus-glib
-depends Pyrex
diff --git a/devel/dbus-python/DETAILS b/devel/dbus-python/DETAILS
deleted file mode 100644
index 2702c08..0000000
--- a/devel/dbus-python/DETAILS
+++ /dev/null
@@ -1,13 +0,0 @@
- MODULE=dbus-python
- VERSION=0.82.3
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://dbus.freedesktop.org/releases/$MODULE/
- SOURCE_VFY=sha1:a7c539ffd0cb41f2d6ed347774b5a7f9f5be2753
- WEB_SITE=http://freedesktop.org/wiki/Software/DBusBindings
- ENTERED=20061126
- UPDATED=20080306
- SHORT="DBus Python bindings"
-
-cat << EOF
-dbus-python is the offical python bindings to DBus.
-EOF
diff --git a/python/dbus-python/DEPENDS b/python/dbus-python/DEPENDS
new file mode 100644
index 0000000..914447c
--- /dev/null
+++ b/python/dbus-python/DEPENDS
@@ -0,0 +1,2 @@
+depends dbus-glib
+depends Pyrex
diff --git a/python/dbus-python/DETAILS b/python/dbus-python/DETAILS
new file mode 100644
index 0000000..d332445
--- /dev/null
+++ b/python/dbus-python/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=dbus-python
+ VERSION=0.83.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://dbus.freedesktop.org/releases/$MODULE
+ SOURCE_VFY=sha1:c2a6edaf69b52066e8fb205ebee96a1aae141944
+ WEB_SITE=http://freedesktop.org/wiki/Software/DBusBindings
+ ENTERED=20061126
+ UPDATED=20080920
+ SHORT="DBus Python bindings"
+
+cat << EOF
+dbus-python is the offical python bindings to DBus.
+EOF
More information about the Lunar-commits
mailing list