From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BB31158020 for ; Sun, 30 Oct 2022 20:42:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 659CCE07E6; Sun, 30 Oct 2022 20:42:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51558E07E6 for ; Sun, 30 Oct 2022 20:42:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 909FC340DD7 for ; Sun, 30 Oct 2022 20:42:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F5735E7 for ; Sun, 30 Oct 2022 20:42:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1667162552.c7df5e0dc6e3b19e28457d75a964703292e961e9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rustworkx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rustworkx/metadata.xml X-VCS-Directories: dev-python/rustworkx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c7df5e0dc6e3b19e28457d75a964703292e961e9 X-VCS-Branch: master Date: Sun, 30 Oct 2022 20:42:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d6f0b4d2-b993-4def-9361-becb749ec08b X-Archives-Hash: 7eb483263cb230844f7d58e8a9239670 commit: c7df5e0dc6e3b19e28457d75a964703292e961e9 Author: Sam James gentoo org> AuthorDate: Sun Oct 30 20:42:32 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 30 20:42:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7df5e0d dev-python/rustworkx: update upstream metadata Signed-off-by: Sam James gentoo.org> dev-python/rustworkx/metadata.xml | 6 +++--- 1 file 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 @@ Proxy Maintainers - 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. - Qiskit/retworkx - retworkx + Qiskit/rustworkx + rustworkx