commit: 33b8dff0c14447459f80c294563722a93bee84e4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 13 14:35:06 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 13 14:43:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33b8dff0
dev-python/rustworkx: Add python@ as co-maint.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/rustworkx/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/rustworkx/metadata.xml
b/dev-python/rustworkx/metadata.xml
index 5025a8788f35..8205f0b6eb17 100644
--- a/dev-python/rustworkx/metadata.xml
+++ b/dev-python/rustworkx/metadata.xml
@@ -13,6 +13,10 @@
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>Python</name>
+ </maintainer>
<longdescription>
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>