diff options
Diffstat (limited to 'dev-python/rustworkx/metadata.xml')
| -rw-r--r-- | dev-python/rustworkx/metadata.xml | 36 |
1 files changed, 19 insertions, 17 deletions
diff --git a/dev-python/rustworkx/metadata.xml b/dev-python/rustworkx/metadata.xml index f463764df5d8..5025a8788f35 100644 --- a/dev-python/rustworkx/metadata.xml +++ b/dev-python/rustworkx/metadata.xml @@ -1,21 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>gaboroszkar@protonmail.com</email> - <name>Gábor Oszkár Dénes</name> - </maintainer> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <longdescription> + <maintainer type="person" proxied="yes"> + <email>gaboroszkar@protonmail.com</email> + <name>Gábor Oszkár Dénes</name> + </maintainer> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</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> - - <origin>gentoo-staging</origin> -</pkgmetadata>
\ No newline at end of file + <upstream> + <remote-id type="github">Qiskit/rustworkx</remote-id> + <remote-id type="pypi">rustworkx</remote-id> + </upstream> +</pkgmetadata> |
