diff options
author | Sam James <sam@gentoo.org> | 2022-10-30 20:42:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-30 20:42:32 +0000 |
commit | c7df5e0dc6e3b19e28457d75a964703292e961e9 (patch) | |
tree | 205bcebfebee8c7ebf23e367af279a04dec5dedd /dev-python/rustworkx | |
parent | dev-python/qiskit-terra: add 0.22.0 (diff) | |
download | gentoo-c7df5e0dc6e3b19e28457d75a964703292e961e9.tar.gz gentoo-c7df5e0dc6e3b19e28457d75a964703292e961e9.tar.bz2 gentoo-c7df5e0dc6e3b19e28457d75a964703292e961e9.zip |
dev-python/rustworkx: update upstream metadata
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/rustworkx')
-rw-r--r-- | dev-python/rustworkx/metadata.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/rustworkx/metadata.xml b/dev-python/rustworkx/metadata.xml index 2c287d8e177b..5025a8788f35 100644 --- a/dev-python/rustworkx/metadata.xml +++ b/dev-python/rustworkx/metadata.xml @@ -14,10 +14,10 @@ <name>Proxy Maintainers</name> </maintainer> <longdescription> - 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. + 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. </longdescription> <upstream> - <remote-id type="github">Qiskit/retworkx</remote-id> - <remote-id type="pypi">retworkx</remote-id> + <remote-id type="github">Qiskit/rustworkx</remote-id> + <remote-id type="pypi">rustworkx</remote-id> </upstream> </pkgmetadata> |