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

18 lines
634 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription>
A Jupyter/IPython kernel template which includes core magic
functions (including help, command and file path completion,
parallel and distributed processing, downloads, and much more).
</longdescription>
<upstream>
<remote-id type="github">Calysto/metakernel</remote-id>
<remote-id type="pypi">metakernel</remote-id>
</upstream>
</pkgmetadata>