mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07: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
654 B
XML
15 lines
654 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>python</herd>
|
|
<longdescription>d2to1 (the 'd' is for 'distutils') allows using distutils2-like
|
|
setup.cfg files for a package's metadata with a distribute/setuptools
|
|
setup.py script. It works by providing a distutils2-formatted setup.cfg
|
|
file containing all of a package's metadata, and a very minimal setup.py
|
|
which will slurp its arguments from the setup.cfg.</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">d2to1</remote-id>
|
|
<remote-id type="github">embray/d2to1</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|