summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-10-14 10:54:23 +0200
committerUlrich Müller <ulm@gentoo.org>2017-10-14 11:45:13 +0200
commit02396d961a99d85f6ebefb16871a31997c0df2b9 (patch)
tree8e07fe6041d75f8af37eb8b2357eb42e0342888a
parentdev-python/uvloop: [QA] Remove CVS $Id$ line from header. (diff)
downloadgentoo-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
-rw-r--r--dev-python/uvloop/metadata.xml30
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>