gentoo/dev-python/pyx/metadata.xml
Andrey Grozin b84f0089a3
dev-python/pyx: add myself as a maintainer
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
2022-06-16 21:32:45 +07:00

24 lines
805 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>grozin@gentoo.org</email>
<name>Andrey Grozin</name>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription>
PyX is a Python package for the creation of encapsulated PostScript figures.
It provides both an abstraction of PostScript and a TeX/LaTeX interface.
Complex tasks like 2d and 3d plots in publication-ready quality are built out
of these primitives.
</longdescription>
<upstream>
<remote-id type="pypi">PyX</remote-id>
<remote-id type="sourceforge">pyx</remote-id>
<remote-id type="github">pyx-project/pyx</remote-id>
</upstream>
</pkgmetadata>