diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-10-14 10:54:23 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-10-14 11:45:13 +0200 |
commit | 02396d961a99d85f6ebefb16871a31997c0df2b9 (patch) | |
tree | 8e07fe6041d75f8af37eb8b2357eb42e0342888a /dev-python/uvloop | |
parent | dev-python/uvloop: [QA] Remove CVS $Id$ line from header. (diff) | |
download | gentoo-02396d961a99d85f6ebefb16871a31997c0df2b9.tar.gz gentoo-02396d961a99d85f6ebefb16871a31997c0df2b9.tar.bz2 gentoo-02396d961a99d85f6ebefb16871a31997c0df2b9.zip |
dev-python/uvloop: [QA] Indent metadata.xml consistently.
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'dev-python/uvloop')
-rw-r--r-- | dev-python/uvloop/metadata.xml | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/dev-python/uvloop/metadata.xml b/dev-python/uvloop/metadata.xml index d7bbdfbdabf2..5b546cf7d7a5 100644 --- a/dev-python/uvloop/metadata.xml +++ b/dev-python/uvloop/metadata.xml @@ -1,17 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>elvis@magic.io</email> - <name>Elvis Pranskevichus</name> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <longdescription>uvloop is a fast, drop-in replacement of the built-in asyncio event loop. uvloop is implemented in Cython and uses libuv under the hood.</longdescription> - <upstream> - <remote-id type="pypi">uvloop</remote-id> - <remote-id type="github">MagicStack/uvloop</remote-id> - </upstream> + <maintainer type="person"> + <email>elvis@magic.io</email> + <name>Elvis Pranskevichus</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription> + uvloop is a fast, drop-in replacement of the built-in asyncio + event loop. uvloop is implemented in Cython and uses libuv under + the hood. + </longdescription> + <upstream> + <remote-id type="pypi">uvloop</remote-id> + <remote-id type="github">MagicStack/uvloop</remote-id> + </upstream> </pkgmetadata> |