mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-27 09:17:27 -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.
15 lines
423 B
XML
15 lines
423 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer>
|
|
<email>prometheanfire@gentoo.org</email>
|
|
<name>Matthew Thode</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">fmoo/python-editor</remote-id>
|
|
<remote-id type="pypi">python-editor</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|