summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-16 15:31:39 +0200
committerJustin Lecher <jlec@gentoo.org>2015-10-16 15:31:49 +0200
commit67064ef687e8b3a61f5a4698ae1b029e2e70822c (patch)
treec3db398dabe9c6abe72d4840ef57f1518f923e93 /dev-python/ply
parentsys-freebsd/freebsd-usbin: Merge FreeBSD-SA-15:24.rpcbind fix (diff)
downloadgentoo-67064ef687e8b3a61f5a4698ae1b029e2e70822c.tar.gz
gentoo-67064ef687e8b3a61f5a4698ae1b029e2e70822c.tar.bz2
gentoo-67064ef687e8b3a61f5a4698ae1b029e2e70822c.zip
Update remote-ids
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/ply')
-rw-r--r--dev-python/ply/metadata.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/ply/metadata.xml b/dev-python/ply/metadata.xml
index d643b333a410..0decdfd8aca4 100644
--- a/dev-python/ply/metadata.xml
+++ b/dev-python/ply/metadata.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
@@ -10,9 +10,12 @@ the overall flavor of the implementation is more closely modeled after
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>
<longdescription lang="ja">
PLYはLexとYaccの有名なコンパイラ・コンストラクション・ツールのPython言語実装です
。この実装は以前の試みから幾つものアイディアを借りています。そのほとんどがJohn AycockのSPARKツールキットからです。しかしながら、実装の全体像はC言語によるLexとYaccにより近いモデルです。PLYの他の重要点は幅広い入力バリデーションとエラー報告を&gt;提供する点です。 -- その二点は他のPython言語パーサーより優れています。
-</longdescription>
+ </longdescription>
+ <upstream>
+ <remote-id type="pypi">ply</remote-id>
+ </upstream>
</pkgmetadata>