Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylatexenc/
Date: Mon, 08 Aug 2022 06:08:54
Message-Id: 1659938920.9160510d86c9314ab9a66d0745deaded6759bb1b.sam@gentoo
1 commit: 9160510d86c9314ab9a66d0745deaded6759bb1b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 8 04:33:58 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 8 06:08:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9160510d
7
8 dev-python/pylatexenc: update maintainers
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/pylatexenc/metadata.xml | 40 +++++++++++++++++++++-----------------
13 1 file changed, 22 insertions(+), 18 deletions(-)
14
15 diff --git a/dev-python/pylatexenc/metadata.xml b/dev-python/pylatexenc/metadata.xml
16 index 539971679ce5..fed9292985c7 100644
17 --- a/dev-python/pylatexenc/metadata.xml
18 +++ b/dev-python/pylatexenc/metadata.xml
19 @@ -1,22 +1,26 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 - <!-- comaintainers-welcomed -->
24 - <maintainer type="person" proxied="yes">
25 - <email>gaboroszkar@××××××××××.com</email>
26 - <name>Gábor Oszkár Dénes</name>
27 - </maintainer>
28 - <maintainer type="project" proxied="proxy">
29 - <email>proxy-maint@g.o</email>
30 - <name>Proxy Maintainers</name>
31 - </maintainer>
32 - <longdescription>
33 - Simple LaTeX parser providing latex-to-unicode and unicode-to-latex conversion.
34 - The pylatexenc.latexencode module provides a function unicode_to_latex() which converts a unicode string into LaTeX text and escape sequences. It should recognize accented characters and most math symbols. A couple of switches allow you to alter how this function behaves.
35 - You can also run latexencode in command-line to convert plain unicode text (from the standard input or from files given on the command line) into LaTeX code, written on to the standard output.
36 - </longdescription>
37 - <upstream>
38 - <remote-id type="github">phfaist/pylatexenc</remote-id>
39 - <remote-id type="pypi">pylatexenc</remote-id>
40 - </upstream>
41 + <!-- comaintainers-welcomed -->
42 + <maintainer type="person" proxied="yes">
43 + <email>gaboroszkar@××××××××××.com</email>
44 + <name>Gábor Oszkár Dénes</name>
45 + </maintainer>
46 + <maintainer type="project">
47 + <email>sci@g.o</email>
48 + <name>Gentoo Science Project</name>
49 + </maintainer>
50 + <maintainer type="project" proxied="proxy">
51 + <email>proxy-maint@g.o</email>
52 + <name>Proxy Maintainers</name>
53 + </maintainer>
54 + <longdescription>
55 + Simple LaTeX parser providing latex-to-unicode and unicode-to-latex conversion.
56 + The pylatexenc.latexencode module provides a function unicode_to_latex() which converts a unicode string into LaTeX text and escape sequences. It should recognize accented characters and most math symbols. A couple of switches allow you to alter how this function behaves.
57 + You can also run latexencode in command-line to convert plain unicode text (from the standard input or from files given on the command line) into LaTeX code, written on to the standard output.
58 + </longdescription>
59 + <upstream>
60 + <remote-id type="github">phfaist/pylatexenc</remote-id>
61 + <remote-id type="pypi">pylatexenc</remote-id>
62 + </upstream>
63 </pkgmetadata>