Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac.paragon@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-dbus-next/
Date: Mon, 03 Jan 2022 18:06:35
Message-Id: 1641232967.80b0e3f6f5a1ba706862925424b4381fed38553a.viorel_munteanu@gentoo
1 commit: 80b0e3f6f5a1ba706862925424b4381fed38553a
2 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 3 18:02:47 2022 +0000
4 Commit: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
5 CommitDate: Mon Jan 3 18:02:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80b0e3f6
7
8 dev-python/python-dbus-next: update HOMEPAGE
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
12
13 dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild | 7 +++++--
14 1 file changed, 5 insertions(+), 2 deletions(-)
15
16 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
17 index 273297f0a..491730ce4 100644
18 --- a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
19 +++ b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 2021 Gentoo Authors
22 +# Copyright 2021-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26 @@ -8,7 +8,10 @@ PYTHON_COMPAT=( python3_{8..10} )
27 inherit distutils-r1
28
29 DESCRIPTION="python-dbus-next is a Python library for DBus"
30 -HOMEPAGE="https://github.com/altdesktop/python-dbus-next"
31 +HOMEPAGE="
32 + https://github.com/altdesktop/python-dbus-next
33 + https://pypi.org/project/dbus-next
34 +"
35 SRC_URI="https://github.com/altdesktop/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
36
37 LICENSE="MIT"