dev-python/pydbus - 0.6.0 (gentoo)

Search

Install

Install this version:

emerge -a =dev-python/pydbus-0.6.0

Package Information

Description:
Pythonic DBus library
Homepage:
https://github.com/LEW21/pydbus
License:
LGPL-2.1

Ebuild Details

Version EAPI Keywords Slot
0.6.0 8 amd64 arm64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..15} )

inherit distutils-r1

DESCRIPTION="Pythonic DBus library"
HOMEPAGE="https://github.com/LEW21/pydbus"
SRC_URI="https://github.com/LEW21/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 arm64"

RDEPEND="
	dev-python/pygobject:3[${PYTHON_USEDEP}]
	sys-apps/dbus
"

python_test() {
	PYTHONPATH="${BUILD_DIR}/install/$(python_get_sitedir)" \
		sh tests/run.sh "${PYTHON}" || die
}

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/pygobject:3[]
	sys-apps/dbus

Manifest for 0.6.0

Type File Size Source URLs
DIST pydbus-0.6.0.gh.tar.gz 2083046 bytes https://github.com/LEW21/pydbus/archive/v0.6.0.tar.gz