Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygobject/
Date: Sun, 30 Oct 2022 01:50:31
Message-Id: 1667094552.a3ddc6fb1f1673e21e9e56fc5ff5ff2c87f8c0fb.mattst88@gentoo
1 commit: a3ddc6fb1f1673e21e9e56fc5ff5ff2c87f8c0fb
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 21:19:51 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 01:49:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ddc6fb
7
8 dev-python/pygobject: Set remote-id
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-python/pygobject/metadata.xml | 51 ++++++++++++++++++++-------------------
13 1 file changed, 26 insertions(+), 25 deletions(-)
14
15 diff --git a/dev-python/pygobject/metadata.xml b/dev-python/pygobject/metadata.xml
16 index 1088c8b6c284..526be399f23d 100644
17 --- a/dev-python/pygobject/metadata.xml
18 +++ b/dev-python/pygobject/metadata.xml
19 @@ -1,29 +1,30 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 - <maintainer type="project">
24 - <email>gnome@g.o</email>
25 - <name>Gentoo GNOME Desktop</name>
26 - </maintainer>
27 - <maintainer type="project">
28 - <email>python@g.o</email>
29 - <name>Python</name>
30 - </maintainer>
31 - <longdescription lang="en">
32 - GObject is a object system used by GTK+, GStreamer and other libraries.
33 - PyGObject provides a convenient wrapper for use in Python programs when
34 - accessing GObject libraries. Like the GObject library itself PyGObject
35 - is licensed under the GNU LGPL, so is suitable for use in both free
36 - software and proprietary applications. It is already in use in many
37 - applications ranging from small single purpose scripts up to large full
38 - featured applications. PyGObject now dynamically accesses any GObject
39 - libraries that uses GObject Introspection. It replaces the need for
40 - separate modules such as PyGTK, GIO and python-gnome to build a full
41 - GNOME 3.0 application. Once new functionality is added to gobject
42 - library it is instantly available as a Python API without the need for
43 - intermediate Python glue.
44 - </longdescription>
45 - <upstream>
46 - <remote-id type="pypi">PyGObject</remote-id>
47 - </upstream>
48 + <maintainer type="project">
49 + <email>gnome@g.o</email>
50 + <name>Gentoo GNOME Desktop</name>
51 + </maintainer>
52 + <maintainer type="project">
53 + <email>python@g.o</email>
54 + <name>Python</name>
55 + </maintainer>
56 + <longdescription lang="en">
57 + GObject is a object system used by GTK+, GStreamer and other libraries.
58 + PyGObject provides a convenient wrapper for use in Python programs when
59 + accessing GObject libraries. Like the GObject library itself PyGObject
60 + is licensed under the GNU LGPL, so is suitable for use in both free
61 + software and proprietary applications. It is already in use in many
62 + applications ranging from small single purpose scripts up to large full
63 + featured applications. PyGObject now dynamically accesses any GObject
64 + libraries that uses GObject Introspection. It replaces the need for
65 + separate modules such as PyGTK, GIO and python-gnome to build a full
66 + GNOME 3.0 application. Once new functionality is added to gobject
67 + library it is instantly available as a Python API without the need for
68 + intermediate Python glue.
69 + </longdescription>
70 + <upstream>
71 + <remote-id type="pypi">PyGObject</remote-id>
72 + <remote-id type="gnome-gitlab">GNOME/pygobject</remote-id>
73 + </upstream>
74 </pkgmetadata>