commit:     3e26c8e4ec52cd70264807c2418036fd72bc7ce8
Author:     Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 12 11:04:08 2026 +0000
Commit:     Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
CommitDate: Thu Mar 12 11:04:08 2026 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=3e26c8e4

dev-python/tex2pix: new package, add 0.3.1

Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org>

 dev-python/tex2pix/metadata.xml         | 18 ++++++++++++++++++
 dev-python/tex2pix/tex2pix-0.3.1.ebuild | 15 +++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/tex2pix/metadata.xml b/dev-python/tex2pix/metadata.xml
new file mode 100644
index 000000000..295af483e
--- /dev/null
+++ b/dev-python/tex2pix/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Gentoo Science Project</name>
+       </maintainer>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Alexander Puck Neuwirth</name>
+       </maintainer>
+       <longdescription lang="en">
+       A little library which renders LaTeX to various formats, using 
applications on your system like latex, pdflatex, bibtex, dvips, ps2eps, and 
convert. LaTeX is automatically run as many times as necessary to achieve a 
clean compile (with a user-provided max number of attempts), and Bibtex 
processing is supported.
+       </longdescription>
+       <upstream>
+               <remote-id type="pypi">tex2pix</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/dev-python/tex2pix/tex2pix-0.3.1.ebuild 
b/dev-python/tex2pix/tex2pix-0.3.1.ebuild
new file mode 100644
index 000000000..0155081b9
--- /dev/null
+++ b/dev-python/tex2pix/tex2pix-0.3.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 pypi
+
+DESCRIPTION="Lightweight renderer of LaTeX to a variety of graphics formats"
+HOMEPAGE="https://pypi.org/project/tex2pix/";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"

Reply via email to