mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-05 02:18:08 -07:00
To synchronise the list of maintainers with dev-python/ruamel-yaml proper, minus fkmclane due to the fact they are about to retire. Agreed with andrey_utkin on IRC. Signed-off-by: Marek Szuba <marecki@gentoo.org>
25 lines
925 B
XML
25 lines
925 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>andrey_utkin@gentoo.org</email>
|
|
<name>Andrey Utkin</name>
|
|
</maintainer>
|
|
<maintainer type="person">
|
|
<email>marecki@gentoo.org</email>
|
|
<name>Marek Szuba</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
This package was split of from ruamel.yaml, so that ruamel.yaml can be
|
|
built as a universal wheel. Apart from the C code seldom changing, and
|
|
taking a long time to compile for all platforms, this allows
|
|
installation of the .so on Linux systems under /usr/lib64/pythonX.Y
|
|
(without a .pth file or a ruamel directory) and the Python code for
|
|
ruamel.yaml under /usr/lib/pythonX.Y.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">ruamel.yaml.clib</remote-id>
|
|
<remote-id type="sourceforge">ruamel-yaml-clib</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|