mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-01 10:57:28 -08:00
Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
14 lines
418 B
XML
14 lines
418 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>python</herd>
|
|
<maintainer>
|
|
<email>aballier@gentoo.org</email>
|
|
<name>Alexis Ballier</name>
|
|
<description>Python team can take the package if they wish.</description>
|
|
</maintainer>
|
|
<upstream>
|
|
<remote-id type="pypi">python-ddp</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|