commit:     25221229422fb160c7d454a0e64484cddda6b990
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 10:21:56 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 10:55:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=25221229

dev-python/python-dbus-next: disable py3.8

Drop doc; depends on obsolete packages and errors out.

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

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
index af2574feb..d75c7a637 100644
--- 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
@@ -3,8 +3,8 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..11} )
-
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1
 
 DESCRIPTION="python-dbus-next is a Python library for DBus"
@@ -21,11 +21,9 @@ KEYWORDS="~amd64 ~x86"
 BDEPEND="test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
 
 distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-       dev-python/sphinxcontrib-asyncio \
-       dev-python/sphinxcontrib-fulltoc
 
 # some tests fail with:
-# dbus_next.errors.InvalidAddressError: DBUS_SESSION_BUS_ADDRESS not set and 
could not get DISPLAY environment variable to get bus addres
+# dbus_next.errors.InvalidAddressError:
+# DBUS_SESSION_BUS_ADDRESS not set and could not get DISPLAY environment 
variable to get bus addres
 # or require certain services to be installed (like 
org.freedesktop.DBus.Debug.Stats)
 RESTRICT="test"

Reply via email to