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 CEE71158020 for ; Sun, 30 Oct 2022 01:50:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CE1AE08FE; Sun, 30 Oct 2022 01:50:30 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 334A8E08FE for ; Sun, 30 Oct 2022 01:50:30 +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 4410C340F75 for ; Sun, 30 Oct 2022 01:50:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9222570D for ; Sun, 30 Oct 2022 01:50:25 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1667094552.a3ddc6fb1f1673e21e9e56fc5ff5ff2c87f8c0fb.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygobject/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygobject/metadata.xml X-VCS-Directories: dev-python/pygobject/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a3ddc6fb1f1673e21e9e56fc5ff5ff2c87f8c0fb X-VCS-Branch: master Date: Sun, 30 Oct 2022 01:50:25 +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: 5ce28875-7580-4a61-8bee-b93459f35a92 X-Archives-Hash: 1dab8c4f1b0a10a7d58e5e4225bf3366 commit: a3ddc6fb1f1673e21e9e56fc5ff5ff2c87f8c0fb Author: Matt Turner gentoo org> AuthorDate: Sat Oct 29 21:19:51 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Oct 30 01:49:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ddc6fb dev-python/pygobject: Set remote-id Signed-off-by: Matt Turner gentoo.org> dev-python/pygobject/metadata.xml | 51 ++++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 25 deletions(-) diff --git a/dev-python/pygobject/metadata.xml b/dev-python/pygobject/metadata.xml index 1088c8b6c284..526be399f23d 100644 --- a/dev-python/pygobject/metadata.xml +++ b/dev-python/pygobject/metadata.xml @@ -1,29 +1,30 @@ - - gnome@gentoo.org - Gentoo GNOME Desktop - - - python@gentoo.org - Python - - - GObject is a object system used by GTK+, GStreamer and other libraries. - PyGObject provides a convenient wrapper for use in Python programs when - accessing GObject libraries. Like the GObject library itself PyGObject - is licensed under the GNU LGPL, so is suitable for use in both free - software and proprietary applications. It is already in use in many - applications ranging from small single purpose scripts up to large full - featured applications. PyGObject now dynamically accesses any GObject - libraries that uses GObject Introspection. It replaces the need for - separate modules such as PyGTK, GIO and python-gnome to build a full - GNOME 3.0 application. Once new functionality is added to gobject - library it is instantly available as a Python API without the need for - intermediate Python glue. - - - PyGObject - + + gnome@gentoo.org + Gentoo GNOME Desktop + + + python@gentoo.org + Python + + + GObject is a object system used by GTK+, GStreamer and other libraries. + PyGObject provides a convenient wrapper for use in Python programs when + accessing GObject libraries. Like the GObject library itself PyGObject + is licensed under the GNU LGPL, so is suitable for use in both free + software and proprietary applications. It is already in use in many + applications ranging from small single purpose scripts up to large full + featured applications. PyGObject now dynamically accesses any GObject + libraries that uses GObject Introspection. It replaces the need for + separate modules such as PyGTK, GIO and python-gnome to build a full + GNOME 3.0 application. Once new functionality is added to gobject + library it is instantly available as a Python API without the need for + intermediate Python glue. + + + PyGObject + GNOME/pygobject +