From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 6E46515807A for ; Mon, 09 Jun 2025 00:27:52 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5ABE9343153 for ; Mon, 09 Jun 2025 00:27:52 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EB4CF1104B0; Mon, 09 Jun 2025 00:27:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id E79121104B0 for ; Mon, 09 Jun 2025 00:27:29 +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 A0A38343130 for ; Mon, 09 Jun 2025 00:27:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79423298E for ; Mon, 09 Jun 2025 00:27:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1749428479.f5a8b9e60f1d78d3aa417f5ae9deb2a346a86765.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygobject/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygobject/pygobject-3.48.2-r1.ebuild dev-python/pygobject/pygobject-3.50.0.ebuild dev-python/pygobject/pygobject-3.50.1.ebuild X-VCS-Directories: dev-python/pygobject/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f5a8b9e60f1d78d3aa417f5ae9deb2a346a86765 X-VCS-Branch: master Date: Mon, 09 Jun 2025 00:27:27 +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: d954c37c-c99c-4894-9acf-c47b623348b8 X-Archives-Hash: 985eef98fa87e451dcdedf3e25546a38 commit: f5a8b9e60f1d78d3aa417f5ae9deb2a346a86765 Author: Lukas Schmelting posteo com> AuthorDate: Sat Jun 7 20:46:35 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 9 00:21:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5a8b9e6 dev-python/pygobject: Update HOMEPAGE Signed-off-by: Lukas Schmelting posteo.com> Part-of: https://github.com/gentoo/gentoo/pull/42380 Signed-off-by: Sam James gentoo.org> dev-python/pygobject/pygobject-3.48.2-r1.ebuild | 5 +---- dev-python/pygobject/pygobject-3.50.0.ebuild | 5 +---- dev-python/pygobject/pygobject-3.50.1.ebuild | 5 +---- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/dev-python/pygobject/pygobject-3.48.2-r1.ebuild b/dev-python/pygobject/pygobject-3.48.2-r1.ebuild index c2edca0f6401..d3510e0c2075 100644 --- a/dev-python/pygobject/pygobject-3.48.2-r1.ebuild +++ b/dev-python/pygobject/pygobject-3.48.2-r1.ebuild @@ -10,10 +10,7 @@ PYTHON_COMPAT=( python3_{11..13} ) inherit gnome.org meson virtualx xdg distutils-r1 DESCRIPTION="Python bindings for GObject Introspection" -HOMEPAGE=" - https://pygobject.gnome.org/ - https://gitlab.gnome.org/GNOME/pygobject/ -" +HOMEPAGE="https://pygobject.gnome.org" LICENSE="LGPL-2.1+" SLOT="3" diff --git a/dev-python/pygobject/pygobject-3.50.0.ebuild b/dev-python/pygobject/pygobject-3.50.0.ebuild index 336053fe405d..995f12b0c626 100644 --- a/dev-python/pygobject/pygobject-3.50.0.ebuild +++ b/dev-python/pygobject/pygobject-3.50.0.ebuild @@ -11,10 +11,7 @@ PYTHON_COMPAT=( python3_{11..13} pypy3_11 ) inherit gnome.org meson virtualx xdg distutils-r1 DESCRIPTION="Python bindings for GObject Introspection" -HOMEPAGE=" - https://pygobject.gnome.org/ - https://gitlab.gnome.org/GNOME/pygobject/ -" +HOMEPAGE="https://pygobject.gnome.org" LICENSE="LGPL-2.1+" SLOT="3" diff --git a/dev-python/pygobject/pygobject-3.50.1.ebuild b/dev-python/pygobject/pygobject-3.50.1.ebuild index b12277ea4a84..e353c2f510a5 100644 --- a/dev-python/pygobject/pygobject-3.50.1.ebuild +++ b/dev-python/pygobject/pygobject-3.50.1.ebuild @@ -12,10 +12,7 @@ PYTHON_COMPAT=( python3_{11..12} python3_13{,t} pypy3_11 ) inherit gnome.org meson virtualx xdg distutils-r1 DESCRIPTION="Python bindings for GObject Introspection" -HOMEPAGE=" - https://pygobject.gnome.org/ - https://gitlab.gnome.org/GNOME/pygobject/ -" +HOMEPAGE="https://pygobject.gnome.org" LICENSE="LGPL-2.1+" SLOT="3"