dev-python/ordereddict: [QA] Consistent whitespace in metadata.xml

This commit is contained in:
David Seifert
2017-11-25 21:01:47 +01:00
parent 7d5cb66108
commit ec3f9cfed3

View File

@@ -1,18 +1,18 @@
<?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>openstack@gentoo.org</email>
<name>Openstack</name>
</maintainer>
<longdescription lang="en">
A drop-in substitute for Py2.7's new collections.OrderedDict that works in Python 2.4-2.6.
<maintainer type="person">
<email>prometheanfire@gentoo.org</email>
<name>Matthew Thode</name>
</maintainer>
<maintainer type="project">
<email>openstack@gentoo.org</email>
<name>Openstack</name>
</maintainer>
<longdescription lang="en">
A drop-in substitute for Py2.7's new collections.OrderedDict that works in Python 2.4-2.6.
</longdescription>
<upstream>
<remote-id type="pypi">ordereddict</remote-id>
</upstream>
<upstream>
<remote-id type="pypi">ordereddict</remote-id>
</upstream>
</pkgmetadata>