From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 137BC158086 for ; Mon, 3 Jan 2022 18:06:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACC9DE07D8; Mon, 3 Jan 2022 18:06:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A5802BC08D for ; Mon, 3 Jan 2022 18:06:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ABF1B342B1D for ; Mon, 3 Jan 2022 18:06:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAFE1287 for ; Mon, 3 Jan 2022 18:06:02 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1641232967.80b0e3f6f5a1ba706862925424b4381fed38553a.viorel_munteanu@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-dbus-next/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild X-VCS-Directories: dev-python/python-dbus-next/ X-VCS-Committer: viorel_munteanu X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 80b0e3f6f5a1ba706862925424b4381fed38553a X-VCS-Branch: dev Date: Mon, 3 Jan 2022 18:06:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 005366ee-a920-42cb-8664-92ed1b934ead X-Archives-Hash: 8ff1d8965b0861836a209221127d3b43 commit: 80b0e3f6f5a1ba706862925424b4381fed38553a Author: Viorel Munteanu gmail com> AuthorDate: Mon Jan 3 18:02:47 2022 +0000 Commit: Viorel Munteanu gmail com> CommitDate: Mon Jan 3 18:02:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80b0e3f6 dev-python/python-dbus-next: update HOMEPAGE Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Viorel Munteanu gmail.com> dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 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 index 273297f0a..491730ce4 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,10 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="python-dbus-next is a Python library for DBus" -HOMEPAGE="https://github.com/altdesktop/python-dbus-next" +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}.tar.gz" LICENSE="MIT"