mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-01 00:58:07 -07:00
This package allows the generation of LaTeX files or snippets from python code Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: David Denoncin <ddenoncin@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16505 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
23 lines
719 B
XML
23 lines
719 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>ddenoncin@gmail.com</email>
|
|
<name>David Denoncin</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
PyLaTeX is a Python library for creating and compiling LaTeX
|
|
files or snippets. The goal of this library is being an easy,
|
|
but extensible interface between Python and LaTeX.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">JelteF/PyLaTeX</remote-id>
|
|
<remote-id type="pypi">pylatex</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|