diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-11 13:02:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-11 14:19:38 +0100 |
commit | e257ba24fee9da390a8febf9c9e9c6845ded00e4 (patch) | |
tree | 11e608993bcecac6f4d4e20a1b7b2d5c9eea0c33 /dev-python/pyparsing | |
parent | net-misc/curl: rev bump to enable additional features (diff) | |
download | gentoo-e257ba24fee9da390a8febf9c9e9c6845ded00e4.tar.gz gentoo-e257ba24fee9da390a8febf9c9e9c6845ded00e4.tar.bz2 gentoo-e257ba24fee9da390a8febf9c9e9c6845ded00e4.zip |
*/*: Update pypi (and github) remote-ids from HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyparsing')
-rw-r--r-- | dev-python/pyparsing/metadata.xml | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/dev-python/pyparsing/metadata.xml b/dev-python/pyparsing/metadata.xml index 84f7a71eb750..b4b32c384d20 100644 --- a/dev-python/pyparsing/metadata.xml +++ b/dev-python/pyparsing/metadata.xml @@ -1,20 +1,21 @@ <?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"> - 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> - </upstream> + <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> |