dev-python/Babel: use consistent indentation for metadata

This commit is contained in:
Tim Harder
2017-08-27 04:55:26 -04:00
parent f0b3f663f8
commit d4402eceb7

View File

@@ -1,11 +1,11 @@
<?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">
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription lang="en">
A collection of tools for internationalizing Python applications
Babel is composed of two major parts:
- tools to build and work with gettext message catalogs
@@ -13,7 +13,7 @@
providing access to various locale display names, localized number
and date formatting, etc.
</longdescription>
<upstream>
<remote-id type="pypi">Babel</remote-id>
</upstream>
<upstream>
<remote-id type="pypi">Babel</remote-id>
</upstream>
</pkgmetadata>