diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/latexify-py | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/latexify-py')
| -rw-r--r-- | dev-python/latexify-py/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/latexify-py/latexify-py-0.4.3.1.ebuild | 36 | ||||
| -rw-r--r-- | dev-python/latexify-py/latexify-py-0.4.4.1.ebuild | 36 | ||||
| -rw-r--r-- | dev-python/latexify-py/metadata.xml | 12 |
4 files changed, 0 insertions, 86 deletions
diff --git a/dev-python/latexify-py/Manifest b/dev-python/latexify-py/Manifest deleted file mode 100644 index 24e16af5f1fa..000000000000 --- a/dev-python/latexify-py/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST latexify_py-0.4.3-post1.gh.tar.gz 78199 BLAKE2B 2292131c5f9eec51c8cf16812d72823076e61ac66320688ba891dea822bcad240a69e932aa7f6f5af54508b1e770a12bf19ac01c29ccee930e1b976670500ef5 SHA512 0c534368827b9776132a6ff7e2bedd6ca70a097ff6abbb22b87399ae17b3b2f04c171e9fae8ecc00103e0f90e367b57c4e832ecbeffad44a9e82a09495ffbaaa -DIST latexify_py-0.4.4.gh.tar.gz 78694 BLAKE2B 330ef2f26cd01f27aef009d2332a2447642c6e5f3759137e7fa4ea69739a3a12baa8ed3ef685ee290cfb62217f518e439c5fe6b20f2482c7486b88797a1d8dac SHA512 b46bbd8a3e3a5b85246b3500430ee5ba119ed8e7ffa7577b9dc2a55f8c205b003505a564b7e88c08cb301838af8e25cf6fc861b1df09ca4ae9b1191bf897ed9f diff --git a/dev-python/latexify-py/latexify-py-0.4.3.1.ebuild b/dev-python/latexify-py/latexify-py-0.4.3.1.ebuild deleted file mode 100644 index c7a347211130..000000000000 --- a/dev-python/latexify-py/latexify-py-0.4.3.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) -DISTUTILS_USE_PEP517=hatchling - -inherit distutils-r1 - -DESCRIPTION="Annotate Python source code to get LaTeX expressions" -HOMEPAGE=" - https://pypi.org/project/latexify-py/ - https://github.com/google/latexify_py -" - -# upstream package is called latexify-py (on pypi), but their filename is called latexify_py -# we're using $(ver_cut 1-3) because of this specific postfix version, akin to -r1. remove in next versions -SRC_URI="https://github.com/google/latexify_py/archive/refs/tags/v$(ver_cut 1-3)-post1.tar.gz -> ${PN/-/_}-$(ver_cut 1-3)-post1.gh.tar.gz" -S="${WORKDIR}/${PN/-/_}-$(ver_cut 1-3)-post1" - -LICENSE="Apache-2.0" -SLOT=0 -KEYWORDS="~amd64" - -RDEPEND=" - ${PYTHON_DEPS} - dev-python/dill[${PYTHON_USEDEP}] -" -DEPEND="${PYTHON_DEPS}" - -distutils_enable_tests pytest - -src_prepare() { - distutils-r1_src_prepare -} diff --git a/dev-python/latexify-py/latexify-py-0.4.4.1.ebuild b/dev-python/latexify-py/latexify-py-0.4.4.1.ebuild deleted file mode 100644 index 580f68d9bc66..000000000000 --- a/dev-python/latexify-py/latexify-py-0.4.4.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) -DISTUTILS_USE_PEP517=hatchling - -inherit distutils-r1 - -DESCRIPTION="Annotate Python source code to get LaTeX expressions" -HOMEPAGE=" - https://pypi.org/project/latexify-py/ - https://github.com/google/latexify_py -" - -# upstream package is called latexify-py (on pypi), but their filename is called latexify_py -# we're using $(ver_cut 1-3) because of this specific postfix version, akin to -r1. remove in next versions -SRC_URI="https://github.com/google/latexify_py/archive/refs/tags/v$(ver_cut 1-3).tar.gz -> ${PN/-/_}-$(ver_cut 1-3).gh.tar.gz" -S="${WORKDIR}/${PN/-/_}-$(ver_cut 1-3)" - -LICENSE="Apache-2.0" -SLOT=0 -KEYWORDS="~amd64" - -RDEPEND=" - ${PYTHON_DEPS} - dev-python/dill[${PYTHON_USEDEP}] -" -DEPEND="${PYTHON_DEPS}" - -distutils_enable_tests pytest - -src_prepare() { - distutils-r1_src_prepare -} diff --git a/dev-python/latexify-py/metadata.xml b/dev-python/latexify-py/metadata.xml deleted file mode 100644 index 47da14ac9e2a..000000000000 --- a/dev-python/latexify-py/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>rolferen@gmail.com</email> - <name>Mazunki Hoksaas</name> - </maintainer> - <upstream> - <remote-id type="github">google/latexify_py</remote-id> - <remote-id type="pypi">latexify-py</remote-id> - </upstream> -</pkgmetadata> |
