diff options
Diffstat (limited to 'dev-python/pyparsing/metadata.xml')
| -rw-r--r-- | dev-python/pyparsing/metadata.xml | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/dev-python/pyparsing/metadata.xml b/dev-python/pyparsing/metadata.xml index b4b32c384d20..6f8ad375aff0 100644 --- a/dev-python/pyparsing/metadata.xml +++ b/dev-python/pyparsing/metadata.xml @@ -1,21 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <longdescription lang="en"> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <longdescription lang="en"> The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code. </longdescription> - <stabilize-allarches/> - <upstream> - <remote-id type="sourceforge">pyparsing</remote-id> - <remote-id type="pypi">pyparsing</remote-id> - <remote-id type="github">pyparsing/pyparsing</remote-id> - </upstream> -</pkgmetadata> + <upstream> + <remote-id type="sourceforge">pyparsing</remote-id> + <remote-id type="pypi">pyparsing</remote-id> + <remote-id type="github">pyparsing/pyparsing</remote-id> + </upstream> + <origin>gentoo-staging</origin> + <stabilize-allarches/> +</pkgmetadata>
\ No newline at end of file |
