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 02345158091 for ; Sun, 12 Jun 2022 05:51:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF7ADE0867; Sun, 12 Jun 2022 05:51:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A12DAE0867 for ; Sun, 12 Jun 2022 05:51:13 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D71FF340FE3 for ; Sun, 12 Jun 2022 05:51:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02501501 for ; Sun, 12 Jun 2022 05:51:11 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1655012922.638517be32b6064d2100dac883ecdcc831b73ede.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ply/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ply/metadata.xml X-VCS-Directories: dev-python/ply/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 638517be32b6064d2100dac883ecdcc831b73ede X-VCS-Branch: master Date: Sun, 12 Jun 2022 05:51:11 +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: 4d41a30c-b8cd-4fea-9cea-4a3e15533011 X-Archives-Hash: d6ccb0db5d57913e4bd6f0e650d8dc07 commit: 638517be32b6064d2100dac883ecdcc831b73ede Author: Michał Górny gentoo org> AuthorDate: Sun Jun 12 05:48:42 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jun 12 05:48:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638517be dev-python/ply: Mark ALLARCHES Signed-off-by: Michał Górny gentoo.org> dev-python/ply/metadata.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/ply/metadata.xml b/dev-python/ply/metadata.xml index 05552c21d944..2a34109ebcf1 100644 --- a/dev-python/ply/metadata.xml +++ b/dev-python/ply/metadata.xml @@ -18,6 +18,7 @@ more so than other Python parsing tools. PLYはLexとYaccの有名なコンパイラ・コンストラクション・ツールのPython言語実装です 。この実装は以前の試みから幾つものアイディアを借りています。そのほとんどがJohn AycockのSPARKツールキットからです。しかしながら、実装の全体像はC言語によるLexとYaccにより近いモデルです。PLYの他の重要点は幅広い入力バリデーションとエラー報告を提供する点です。 -- その二点は他のPython言語パーサーより優れています。 + ply