summaryrefslogtreecommitdiff
path: root/dev-python/retworkx
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-08 14:14:07 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-08 14:14:07 +0100
commit54375c80a2652245530418502abaec0924a37c92 (patch)
tree49d3e0f94ecced4169cdddd4303955ba6a18b97a /dev-python/retworkx
parentc69ad4e8f72085fe4d18df4b5abccb7b0ed73288 (diff)
gentoo auto-resync : 08:08:2022 - 14:14:07
Diffstat (limited to 'dev-python/retworkx')
-rw-r--r--dev-python/retworkx/Manifest2
-rw-r--r--dev-python/retworkx/metadata.xml35
2 files changed, 20 insertions, 17 deletions
diff --git a/dev-python/retworkx/Manifest b/dev-python/retworkx/Manifest
index 45e38cbe63da..e39d7f0078b3 100644
--- a/dev-python/retworkx/Manifest
+++ b/dev-python/retworkx/Manifest
@@ -64,4 +64,4 @@ DIST winapi-0.3.9.crate 1200382 BLAKE2B cb5799749ccd935ea2d7068d953cecf19f543d9d
DIST winapi-i686-pc-windows-gnu-0.4.0.crate 2918815 BLAKE2B 4d357e4d30f9552972170d65b9a5358b69c46a3e772fe05efc22f3d4ffc1caeeaad7aacdc7abd503a7ad0545f8bd7d22bf351dcb6df76f812fa4d45c34d65df0 SHA512 a672ccefd0730a8166fef1d4e39f9034d9ae426a3f5e28d1f4169fa5c5790767693f281d890e7804773b34acdb0ae1febac33cde8c50c0044a5a6152c7209ec2
DIST winapi-x86_64-pc-windows-gnu-0.4.0.crate 2947998 BLAKE2B 2ad1ea8b5fa07d544e910ccba043ae925269b76b26c9da356305b34b86741dd8b9aff0b9ffe3d562db4fcd7d7c46a11ce9e3168b782b1d89ae6881742b7ede82 SHA512 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513
EBUILD retworkx-0.11.0.ebuild 2586 BLAKE2B 21927f16bc2b2234bc8002d2ba76373234912a3634bfb4a7d02517e6bd0ee26055b79d84daecd5ecc53457790fea79dd39d316497869403eb02d320c8a76af4a SHA512 a0c50631ce883654154467a0d6999f31d0b0a5337cd956141ddac5af197bcaaf6adf31a26bef11ffd9ea28a9abf969aec16f24e704f977ee2f514f7b28761259
-MISC metadata.xml 1226 BLAKE2B 9a7d909cbe18fa0739fd7bedd5b7f25f4e0bcff2981569150b76ce837def5433c106ef19c7a1c8d428bad7a6bd16502ed6bd1961528f618dae04954ad679de9b SHA512 e0cd8fb9d65fdc9d8fb37b9ec9b59ba554ba4e4505699d32d1e7f17281fcee06c284264a0c4ad3c80998106c9c6ba2339419e0a1704a8b00ae5f00e1a1447fe1
+MISC metadata.xml 1283 BLAKE2B 68a8dc37351783413655e3008b5efcfda1cc8fd95d985fd03f9aaff5d6eda330203d3dda4c221f56090ea4543427e2a73bad0c91cf2a6ee9ed63bda710f1f014 SHA512 4019be2819d0706be93971d6718e6a933e663e6fb9bd6f05c742e8a039e7ea407bde3b8fb8a274d49ab19bebc63444c3624222343f05caf800d251c586c27e0c
diff --git a/dev-python/retworkx/metadata.xml b/dev-python/retworkx/metadata.xml
index 6ce63280f259..2c287d8e177b 100644
--- a/dev-python/retworkx/metadata.xml
+++ b/dev-python/retworkx/metadata.xml
@@ -1,20 +1,23 @@
<?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>
+ <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>
+ 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>