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/rustworkx/
Date: Sun, 30 Oct 2022 20:42:46
Message-Id: 1667162552.c7df5e0dc6e3b19e28457d75a964703292e961e9.sam@gentoo
1 commit: c7df5e0dc6e3b19e28457d75a964703292e961e9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 20:42:32 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 20:42:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7df5e0d
7
8 dev-python/rustworkx: update upstream metadata
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/rustworkx/metadata.xml | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/rustworkx/metadata.xml b/dev-python/rustworkx/metadata.xml
16 index 2c287d8e177b..5025a8788f35 100644
17 --- a/dev-python/rustworkx/metadata.xml
18 +++ b/dev-python/rustworkx/metadata.xml
19 @@ -14,10 +14,10 @@
20 <name>Proxy Maintainers</name>
21 </maintainer>
22 <longdescription>
23 - 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.
24 + rustworkx 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.
25 </longdescription>
26 <upstream>
27 - <remote-id type="github">Qiskit/retworkx</remote-id>
28 - <remote-id type="pypi">retworkx</remote-id>
29 + <remote-id type="github">Qiskit/rustworkx</remote-id>
30 + <remote-id type="pypi">rustworkx</remote-id>
31 </upstream>
32 </pkgmetadata>