diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-10 18:24:48 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-10 18:31:06 +0200 |
commit | 9e23b421a835d0b64807048710c660d36b8a243c (patch) | |
tree | 958d8a7e95aa99057ce8f9645b114a054e8167d8 /dev-python/ply/metadata.xml | |
parent | dev-db/couchdb: eautoreconf after patching configure.ac (bug 561436) (diff) | |
download | gentoo-9e23b421a835d0b64807048710c660d36b8a243c.tar.gz gentoo-9e23b421a835d0b64807048710c660d36b8a243c.tar.bz2 gentoo-9e23b421a835d0b64807048710c660d36b8a243c.zip |
dev-python/ply: Version Bump
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/ply/metadata.xml')
-rw-r--r-- | dev-python/ply/metadata.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/ply/metadata.xml b/dev-python/ply/metadata.xml index 57a9a959420f..d643b333a410 100644 --- a/dev-python/ply/metadata.xml +++ b/dev-python/ply/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>python</herd> -<longdescription> + <herd>python</herd> + <longdescription> PLY is a Python-only implementation of the popular compiler construction tools lex and yacc. The implementation borrows ideas from a number of previous efforts; most notably John Aycock's SPARK toolkit. However, @@ -11,8 +11,8 @@ the C version of lex and yacc. The other significant feature of PLY is that it provides extensive input validation and error reporting--much more so than other Python parsing tools. </longdescription> -<longdescription lang="ja"> + <longdescription lang="ja"> PLYはLexとYaccの有名なコンパイラ・コンストラクション・ツールのPython言語実装です -。この実装は以前の試みから幾つものアイディアを借りています。そのほとんどがJohn AycockのSPARKツールキットからです。しかしながら、実装の全体像はC言語によるLexとYaccにより近いモデルです。PLYの他の重要点は幅広い入力バリデーションとエラー報告を>提供する点です。 -- その二点は他のPython言語パーサーより優れています。 +。この実装は以前の試みから幾つものアイディアを借りています。そのほとんどがJohn AycockのSPARKツールキットからです。しかしながら、実装の全体像はC言語によるLexとYaccにより近いモデルです。PLYの他の重要点は幅広い入力バリデーションとエラー報告を>提供する点です。 -- その二点は他のPython言語パーサーより優れています。 </longdescription> </pkgmetadata> |