summaryrefslogtreecommitdiff
authorWulf C. Krueger <philantrop@exherbo.org>2012-01-28 14:18:03 (GMT)
committer Wulf C. Krueger <philantrop@exherbo.org>2012-01-28 14:18:03 (GMT)
commitd88692069fcd7193501b216d692d755edf152700 (patch) (side-by-side diff)
tree46b5e884d5858eb54314db16bf3d5465261a1455
parent50e797c8a5376816f0d0a2e8020d2e07523737af (diff)
Version bump to dbus-python-1.0.0.
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--packages/dev-python/dbus-python/dbus-python-1.0.0.exheres-0 (renamed from packages/dev-python/dbus-python/dbus-python-0.84.0-r1.exheres-0)2
-rw-r--r--packages/dev-python/dbus-python/dbus-python.exlib9
2 files changed, 5 insertions, 6 deletions
diff --git a/packages/dev-python/dbus-python/dbus-python-0.84.0-r1.exheres-0 b/packages/dev-python/dbus-python/dbus-python-1.0.0.exheres-0
index 0795b9c..aa93cfc 100644
--- a/packages/dev-python/dbus-python/dbus-python-0.84.0-r1.exheres-0
+++ b/packages/dev-python/dbus-python/dbus-python-1.0.0.exheres-0
@@ -1,4 +1,4 @@
-# Copyright 2009-2011 Wulf C. Krueger <philantrop@exherbo.org>
+# Copyright 2009-2012 Wulf C. Krueger <philantrop@exherbo.org>
# Distributed under the terms of the GNU General Public License v2
require dbus-python
diff --git a/packages/dev-python/dbus-python/dbus-python.exlib b/packages/dev-python/dbus-python/dbus-python.exlib
index 85940fa..46fd663 100644
--- a/packages/dev-python/dbus-python/dbus-python.exlib
+++ b/packages/dev-python/dbus-python/dbus-python.exlib
@@ -1,4 +1,4 @@
-# Copyright 2009-2011 Wulf C. Krueger <philantrop@exherbo.org>
+# Copyright 2009-2012 Wulf C. Krueger <philantrop@exherbo.org>
# Distributed under the terms of the GNU General Public License v2
# Based in part upon 'dbus-python-0.83.0.ebuild' from Gentoo, which is:
# Copyright 1999-2008 Gentoo Foundation
@@ -29,14 +29,13 @@ DEPENDENCIES="
dev-python/Pyrex[>=0.9.3-r2]
dev-libs/dbus-glib:1[>=0.71]
sys-apps/dbus[>=1.0.0]
+ test:
+ gnome-bindings/pygobject
"
-# Crappy tests.
-RESTRICT="test"
-
dbus-python_src_test() {
unset DISPLAY
- esandbox allow_net "unix:${WORK}/test/dbus-*"
+ esandbox allow_net "unix-abstract:${WORK}/test/dbus-*"
default
esandbox disallow_net "unix:${WORK}/test/dbus-*"
}