summaryrefslogtreecommitdiff
path: root/dev-python/dbus-python/dbus-python-1.3.2.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-06-03 13:25:21 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-06-03 13:25:21 +0000
commit3be83a4e7edc81370c81670b591df9311eef08fe (patch)
tree6db3047ee5ff6154bd255a98520c4a45688e2def /dev-python/dbus-python/dbus-python-1.3.2.ebuild
parent742b58bc1c3b019b948386ab42f1376394fc2fdd (diff)
downloadbaldeagleos-repo-3be83a4e7edc81370c81670b591df9311eef08fe.tar.gz
baldeagleos-repo-3be83a4e7edc81370c81670b591df9311eef08fe.tar.xz
baldeagleos-repo-3be83a4e7edc81370c81670b591df9311eef08fe.zip
Adding metadata
Diffstat (limited to 'dev-python/dbus-python/dbus-python-1.3.2.ebuild')
-rw-r--r--dev-python/dbus-python/dbus-python-1.3.2.ebuild19
1 files changed, 12 insertions, 7 deletions
diff --git a/dev-python/dbus-python/dbus-python-1.3.2.ebuild b/dev-python/dbus-python/dbus-python-1.3.2.ebuild
index 69ae14758704..db00f422a9b4 100644
--- a/dev-python/dbus-python/dbus-python-1.3.2.ebuild
+++ b/dev-python/dbus-python/dbus-python-1.3.2.ebuild
@@ -9,16 +9,17 @@ PYTHON_REQ_USE="threads(+)"
inherit autotools python-r1
DESCRIPTION="Python bindings for the D-Bus messagebus"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/DBusBindings/ https://dbus.freedesktop.org/doc/dbus-python/"
+HOMEPAGE="
+ https://www.freedesktop.org/wiki/Software/DBusBindings/
+ https://dbus.freedesktop.org/doc/dbus-python/
+"
SRC_URI="https://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
IUSE="doc examples test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
RESTRICT="!test? ( test )"
RDEPEND="${PYTHON_DEPS}
@@ -28,12 +29,16 @@ RDEPEND="${PYTHON_DEPS}
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
- doc? ( $(python_gen_any_dep '
+ doc? (
+ $(python_gen_any_dep '
dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]
- ') )
- test? ( dev-python/pygobject:3[${PYTHON_USEDEP}]
- dev-python/tappy[${PYTHON_USEDEP}] )
+ ')
+ )
+ test? (
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
+ dev-python/tappy[${PYTHON_USEDEP}]
+ )
"
python_check_deps() {