Files
gentoo/dev-python/isort/metadata.xml
Michał Górny a677ccd296 */*: Normalize metadata.xml files
Normalize quoting, replace '>' with entities, replace unnecessary
entities, remove trailing empty lines.

Done via:

  find -name metadata.xml -exec xml ed -P -L -d //none {} +

Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-03-16 17:42:16 +01:00

19 lines
573 B
XML

<?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>
</maintainer>
<maintainer type="person">
<email>williamh@gentoo.org</email>
<name>William Hubbs</name>
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">isort</remote-id>
<remote-id type="github">PyCQA/isort</remote-id>
<bugs-to>https://github.com/PyCQA/isort/issues</bugs-to>
<doc>https://pycqa.github.io/isort/</doc>
</upstream>
</pkgmetadata>