Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac.paragon@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-dbus-next/
Date: Mon, 03 Jan 2022 21:24:35
Message-Id: 1641244989.bb074d903ed1ed3c9de3747179e5afb4f3f62cc1.viorel_munteanu@gentoo
1 commit: bb074d903ed1ed3c9de3747179e5afb4f3f62cc1
2 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 3 21:20:45 2022 +0000
4 Commit: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
5 CommitDate: Mon Jan 3 21:23:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bb074d90
7
8 dev-python/python-dbus-next: add docs
9
10 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
11
12 dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild | 10 +++++++++-
13 1 file changed, 9 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
16 index 491730ce4..69c1c0ebc 100644
17 --- a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
18 +++ b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
19 @@ -20,10 +20,18 @@ KEYWORDS="~amd64 ~x86"
20
21 DEPEND=""
22 RDEPEND="${DEPEND}"
23 -BDEPEND=""
24 +BDEPEND="
25 + doc? (
26 + dev-python/sphinxcontrib-asyncio
27 + dev-python/sphinxcontrib-fulltoc
28 + )
29 + test? ( dev-python/pytest-asyncio )
30 +"
31
32 distutils_enable_tests pytest
33 +distutils_enable_sphinx docs
34
35 # some tests fail with:
36 # dbus_next.errors.InvalidAddressError: DBUS_SESSION_BUS_ADDRESS not set and could not get DISPLAY environment variable to get bus addres
37 +# or require certain services to be installed (like org.freedesktop.DBus.Debug.Stats)
38 RESTRICT="test"