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-02-05 12:07:12 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-02-05 12:07:12 +0000
commit83d537967971430d61f57875db1427aea5a362b5 (patch)
tree2c78ad8a7f7cc14a7f87558211448d284fa3d598 /dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
parent28b43b6e561b6b67a9b456a79b9b091e8083a6a3 (diff)
downloadbaldeagleos-repo-83d537967971430d61f57875db1427aea5a362b5.tar.gz
baldeagleos-repo-83d537967971430d61f57875db1427aea5a362b5.tar.xz
baldeagleos-repo-83d537967971430d61f57875db1427aea5a362b5.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.ebuild29
1 files changed, 0 insertions, 29 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
deleted file mode 100644
index e7016be0cbf0..000000000000
--- a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-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"
-HOMEPAGE="
- https://github.com/altdesktop/python-dbus-next
- https://pypi.org/project/dbus-next/
-"
-SRC_URI="https://github.com/altdesktop/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-# 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
-# or require certain services to be installed (like org.freedesktop.DBus.Debug.Stats)
-RESTRICT="test"