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/retworkx/
Date: Mon, 08 Aug 2022 06:08:55
Message-Id: 1659938921.946689513b0ecc3145be699ea1ac49bbcf1ce10c.sam@gentoo
1 commit: 946689513b0ecc3145be699ea1ac49bbcf1ce10c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 8 04:34:36 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 8 06:08:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94668951
7
8 dev-python/retworkx: update maintainers
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/retworkx/metadata.xml | 35 +++++++++++++++++++----------------
13 1 file changed, 19 insertions(+), 16 deletions(-)
14
15 diff --git a/dev-python/retworkx/metadata.xml b/dev-python/retworkx/metadata.xml
16 index 6ce63280f259..2c287d8e177b 100644
17 --- a/dev-python/retworkx/metadata.xml
18 +++ b/dev-python/retworkx/metadata.xml
19 @@ -1,20 +1,23 @@
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 - retworkx is a general purpose graph library for python3 written in Rust to take advantage of the performance and safety that Rust provides. It was built as a replacement for qiskit's previous (and current) networkx usage (hence the name) but is designed to provide a high performance general purpose graph library for any python application. The project was originally started to build a faster directed graph to use as the underlying data structure for the DAG at the center of qiskit-terra's transpiler, but it has since grown to cover all the graph usage in Qiskit and other applications.
34 - </longdescription>
35 - <upstream>
36 - <remote-id type="github">Qiskit/retworkx</remote-id>
37 - <remote-id type="pypi">retworkx</remote-id>
38 - </upstream>
39 + <maintainer type="person" proxied="yes">
40 + <email>gaboroszkar@××××××××××.com</email>
41 + <name>Gábor Oszkár Dénes</name>
42 + </maintainer>
43 + <maintainer type="project">
44 + <email>sci@g.o</email>
45 + <name>Gentoo Science Project</name>
46 + </maintainer>
47 + <maintainer type="project" proxied="proxy">
48 + <email>proxy-maint@g.o</email>
49 + <name>Proxy Maintainers</name>
50 + </maintainer>
51 + <longdescription>
52 + retworkx is a general purpose graph library for python3 written in Rust to take advantage of the performance and safety that Rust provides. It was built as a replacement for qiskit's previous (and current) networkx usage (hence the name) but is designed to provide a high performance general purpose graph library for any python application. The project was originally started to build a faster directed graph to use as the underlying data structure for the DAG at the center of qiskit-terra's transpiler, but it has since grown to cover all the graph usage in Qiskit and other applications.
53 + </longdescription>
54 + <upstream>
55 + <remote-id type="github">Qiskit/retworkx</remote-id>
56 + <remote-id type="pypi">retworkx</remote-id>
57 + </upstream>
58 </pkgmetadata>