summaryrefslogtreecommitdiff
path: root/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-01-25 12:48:52 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-01-25 12:48:52 +0000
commitbb41d818836a057f68fa8e843f88d8efe2a4ea59 (patch)
tree381e3cf94ec145ff3f2aa7c90441fd1b1eab754f /dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
parent4b82a2cb8fdffa555fbfb7c30ad6f24a45360158 (diff)
downloadbaldeagleos-repo-bb41d818836a057f68fa8e843f88d8efe2a4ea59.tar.gz
baldeagleos-repo-bb41d818836a057f68fa8e843f88d8efe2a4ea59.tar.xz
baldeagleos-repo-bb41d818836a057f68fa8e843f88d8efe2a4ea59.zip
Adding metadata
Diffstat (limited to 'dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild')
-rw-r--r--dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild8
1 files changed, 3 insertions, 5 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 e8cf773ea571..e7016be0cbf0 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
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{7,8,9,10,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"