diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-06-02 01:35:01 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-06-02 01:35:01 +0000 |
| commit | 68585b42a5719e4855009a02f1bb7163a1263b60 (patch) | |
| tree | 32751b281cb5659768c8802e8791d0a8e55a83ec /dev-python/dbus-python | |
| parent | 918f0aeb6ea7253f43d305c47ef4a4bfa9abfa18 (diff) | |
| download | baldeagleos-repo-68585b42a5719e4855009a02f1bb7163a1263b60.tar.gz baldeagleos-repo-68585b42a5719e4855009a02f1bb7163a1263b60.tar.xz baldeagleos-repo-68585b42a5719e4855009a02f1bb7163a1263b60.zip | |
Adding metadata
Diffstat (limited to 'dev-python/dbus-python')
| -rw-r--r-- | dev-python/dbus-python/dbus-python-1.2.16-r1.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/dbus-python/dbus-python-1.2.16-r1.ebuild b/dev-python/dbus-python/dbus-python-1.2.16-r1.ebuild index b9ddcc55e361..6906709a4a0d 100644 --- a/dev-python/dbus-python/dbus-python-1.2.16-r1.ebuild +++ b/dev-python/dbus-python/dbus-python-1.2.16-r1.ebuild @@ -9,7 +9,7 @@ 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" @@ -28,7 +28,10 @@ RDEPEND="${PYTHON_DEPS} DEPEND="${RDEPEND}" BDEPEND=" virtual/pkgconfig - doc? ( $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]') ) + 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}] ) " @@ -37,6 +40,7 @@ PATCHES=( "${FILESDIR}/${P}-py39.patch" ) python_check_deps() { has_version "dev-python/sphinx[${PYTHON_USEDEP}]" + has_version "dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]" } src_prepare() { |
