Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/dbus-python: dbus-python-0.84.0.ebuild ChangeLog
Date: Mon, 31 Oct 2011 19:44:53
Message-Id: 20111031194443.181EF2004B@flycatcher.gentoo.org
1 hwoarang 11/10/31 19:44:43
2
3 Modified: dbus-python-0.84.0.ebuild ChangeLog
4 Log:
5 Restrict PyPy ABIs. Disable tests with 2.4 and 2.5 Python ABIs. Clean ebuild. Patch by Arfrever.
6
7 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 dev-python/dbus-python/dbus-python-0.84.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dbus-python/dbus-python-0.84.0.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dbus-python/dbus-python-0.84.0.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dbus-python/dbus-python-0.84.0.ebuild?r1=1.6&r2=1.7
15
16 Index: dbus-python-0.84.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.84.0.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- dbus-python-0.84.0.ebuild 29 Oct 2011 19:18:57 -0000 1.6
23 +++ dbus-python-0.84.0.ebuild 31 Oct 2011 19:44:42 -0000 1.7
24 @@ -1,32 +1,31 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.84.0.ebuild,v 1.6 2011/10/29 19:18:57 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.84.0.ebuild,v 1.7 2011/10/31 19:44:42 hwoarang Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="2"
32 -PYTHON_EXPORT_PHASE_FUNCTIONS="1"
33 SUPPORT_PYTHON_ABIS="1"
34 -RESTRICT_PYTHON_ABIS="3.* *-jython"
35 +RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
36 +PYTHON_TESTS_RESTRICTED_ABIS="2.4 2.5"
37 +PYTHON_EXPORT_PHASE_FUNCTIONS="1"
38
39 -inherit eutils multilib python
40 +inherit eutils python
41
42 -DESCRIPTION="Python bindings for the D-Bus messagebus."
43 -HOMEPAGE="http://www.freedesktop.org/wiki/Software/DBusBindings \
44 -http://dbus.freedesktop.org/doc/dbus-python/"
45 +DESCRIPTION="Python bindings for the D-Bus messagebus"
46 +HOMEPAGE="http://www.freedesktop.org/wiki/Software/DBusBindings http://dbus.freedesktop.org/doc/dbus-python/"
47 SRC_URI="http://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz"
48
49 -SLOT="0"
50 LICENSE="MIT"
51 +SLOT="0"
52 KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
53 IUSE="doc examples test"
54
55 -RDEPEND="
56 - >=dev-libs/dbus-glib-0.88
57 +RDEPEND=">=dev-libs/dbus-glib-0.88
58 >=sys-apps/dbus-1.4.1"
59 DEPEND="${RDEPEND}
60 + dev-util/pkgconfig
61 doc? ( =dev-python/epydoc-3* )
62 - test? ( dev-python/pygobject:2 )
63 - dev-util/pkgconfig"
64 + test? ( dev-python/pygobject:2 )"
65
66 src_prepare() {
67 # Disable compiling of .pyc files.
68
69
70
71 1.77 dev-python/dbus-python/ChangeLog
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dbus-python/ChangeLog?rev=1.77&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dbus-python/ChangeLog?rev=1.77&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dbus-python/ChangeLog?r1=1.76&r2=1.77
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v
80 retrieving revision 1.76
81 retrieving revision 1.77
82 diff -u -r1.76 -r1.77
83 --- ChangeLog 29 Oct 2011 19:18:57 -0000 1.76
84 +++ ChangeLog 31 Oct 2011 19:44:42 -0000 1.77
85 @@ -1,6 +1,10 @@
86 # ChangeLog for dev-python/dbus-python
87 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.76 2011/10/29 19:18:57 maekke Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.77 2011/10/31 19:44:42 hwoarang Exp $
90 +
91 + 31 Oct 2011; Markos Chandras <hwoarang@g.o> dbus-python-0.84.0.ebuild:
92 + Restrict PyPy ABIs. Disable tests with 2.4 and 2.5 Python ABIs. Clean ebuild.
93 + Patch by Arfrever.
94
95 29 Oct 2011; Markus Meier <maekke@g.o> dbus-python-0.84.0.ebuild:
96 arm stable, bug #387257