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/cliff | |
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/cliff')
-rw-r--r-- | dev-python/cliff/metadata.xml | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/dev-python/cliff/metadata.xml b/dev-python/cliff/metadata.xml index 75edbe394a4f..6b802a7a609f 100644 --- a/dev-python/cliff/metadata.xml +++ b/dev-python/cliff/metadata.xml @@ -1,22 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>prometheanfire@gentoo.org</email> - <name>Matthew Thode</name> - </maintainer> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <longdescription lang="en"> - Cliff is a framework for building command line programs. - It uses setuptools entry points to provide subcommands, - output formatters, and other extensions. - </longdescription> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">cliff</remote-id> - <remote-id type="github">dreamhost/cliff</remote-id> - </upstream> + <maintainer type="person"> + <email>prometheanfire@gentoo.org</email> + <name>Matthew Thode</name> + </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <longdescription lang="en"> + Cliff is a framework for building command line programs. + It uses setuptools entry points to provide subcommands, + output formatters, and other extensions. + </longdescription> + <stabilize-allarches/> + <upstream> + <remote-id type="pypi">cliff</remote-id> + <remote-id type="github">dreamhost/cliff</remote-id> + <remote-id type="github">openstack/cliff</remote-id> + </upstream> </pkgmetadata> |