gentoo/dev-python/imread/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
630 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>3dprint@gentoo.org</email>
<name>Gentoo 3D Printer Project</name>
</maintainer>
<longdescription>
IO with images and numpy arrays.
Mahotas-imread is a simple module with a small number of functions.
</longdescription>
<upstream>
<bugs-to>https://github.com/luispedro/imread</bugs-to>
<doc>https://imread.readthedocs.io/</doc>
<remote-id type="github">luispedro/imread</remote-id>
<remote-id type="pypi">imread</remote-id>
</upstream>
</pkgmetadata>