summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGábor Oszkár Dénes <gaboroszkar@protonmail.com>2022-03-08 21:34:56 +0100
committerSam James <sam@gentoo.org>2022-07-15 03:11:55 +0100
commit18d59ea482cb80e4e5a176777614e7dcc4ed7e7e (patch)
treeeb51dba3a51a388a823abce62936b57cd8c65ec2 /dev-python/retworkx/metadata.xml
parentmate-extra/mate-sensors-applet: fix WhitespaceFound (diff)
downloadgentoo-18d59ea482cb80e4e5a176777614e7dcc4ed7e7e.tar.gz
gentoo-18d59ea482cb80e4e5a176777614e7dcc4ed7e7e.tar.bz2
gentoo-18d59ea482cb80e4e5a176777614e7dcc4ed7e7e.zip
dev-python/retworkx: new package
Closes: https://bugs.gentoo.org/834766 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Gábor Oszkár Dénes <gaboroszkar@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/retworkx/metadata.xml')
-rw-r--r--dev-python/retworkx/metadata.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/retworkx/metadata.xml b/dev-python/retworkx/metadata.xml
new file mode 100644
index 000000000000..6ce63280f259
--- /dev/null
+++ b/dev-python/retworkx/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <!-- comaintainers-welcomed -->
+ <maintainer type="person" proxied="yes">
+ <email>gaboroszkar@protonmail.com</email>
+ <name>Gábor Oszkár Dénes</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <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.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">Qiskit/retworkx</remote-id>
+ <remote-id type="pypi">retworkx</remote-id>
+ </upstream>
+</pkgmetadata>