diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-09-29 18:47:35 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-09-29 18:59:51 -0500 |
commit | f541767a362fdd711dc35bc7c618f4cfab541a0c (patch) | |
tree | bf5266ef6f8b95e88a1eeaeae079fe400b98b73d /dev-python/pyparsing | |
parent | www-client/google-chrome-unstable: automated update (63.0.3223.8) (diff) | |
download | gentoo-f541767a362fdd711dc35bc7c618f4cfab541a0c.tar.gz gentoo-f541767a362fdd711dc35bc7c618f4cfab541a0c.tar.bz2 gentoo-f541767a362fdd711dc35bc7c618f4cfab541a0c.zip |
dev-python/pyparsing: fixing metadata
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-python/pyparsing')
-rw-r--r-- | dev-python/pyparsing/metadata.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/dev-python/pyparsing/metadata.xml b/dev-python/pyparsing/metadata.xml index f838a6be1bd7..9a57fea5295c 100644 --- a/dev-python/pyparsing/metadata.xml +++ b/dev-python/pyparsing/metadata.xml @@ -1,19 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/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> - <upstream> - <remote-id type="sourceforge">pyparsing</remote-id> - <remote-id type="pypi">pyparsing</remote-id> - </upstream> + </longdescription> + <upstream> + <remote-id type="sourceforge">pyparsing</remote-id> + <remote-id type="pypi">pyparsing</remote-id> + </upstream> </pkgmetadata> |