diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/ManimPango | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'dev-python/ManimPango')
| -rw-r--r-- | dev-python/ManimPango/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/ManimPango/ManimPango-0.4.4.ebuild | 53 | ||||
| -rw-r--r-- | dev-python/ManimPango/ManimPango-0.6.1.ebuild | 58 | ||||
| -rw-r--r-- | dev-python/ManimPango/metadata.xml | 14 |
4 files changed, 0 insertions, 127 deletions
diff --git a/dev-python/ManimPango/Manifest b/dev-python/ManimPango/Manifest deleted file mode 100644 index 222151b99bc3..000000000000 --- a/dev-python/ManimPango/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST ManimPango-0.4.4.gh.tar.gz 4144021 BLAKE2B 88f33b8d2585abbc1f118e1df6a76be68789da6d704302de311086a775c6ba1d9a58afe83ad9845d5bf4461df43790c3a49c962d299053d37608f8b695d0c524 SHA512 3d9261c2787677039096ec20b8c4f17249189dea984cbc51c570b2af7ddf8bd6abdc8fde4cf577a435a4a4cf3d4cd33a66f39ec6e545f446e2bffb8cd48d0f84 -DIST ManimPango-0.6.1.gh.tar.gz 4144192 BLAKE2B 70148d2374afe3f98d0eda444b8e6b351fa106152e5e1eea493123596fc550440c7752d5ebf75f9a154839b429e9a0f82b1820af32406f8d71f173af5d9befd7 SHA512 d5093babb6f9a9161b5a2684ffcf88e394b48efa40f61ef38b5ccded701cfaa1387e85b823414df84dc1a40190f71826574d9827f268caabe103e65e16b1619c diff --git a/dev-python/ManimPango/ManimPango-0.4.4.ebuild b/dev-python/ManimPango/ManimPango-0.4.4.ebuild deleted file mode 100644 index 5433d80d94ac..000000000000 --- a/dev-python/ManimPango/ManimPango-0.4.4.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DOCS_BUILDER="sphinx" -DOCS_DEPEND=" - dev-python/furo - dev-python/sphinxext-opengraph -" -DOCS_DIR="docs" - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_12 ) # Python 13 fails - -inherit distutils-r1 docs - -DESCRIPTION="Binding for Pango, to use with Manim." -HOMEPAGE="https://github.com/ManimCommunity/ManimPango https://pypi.org/project/manimpango" -SRC_URI="https://github.com/ManimCommunity/ManimPango/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="debug" -RESTRICT="test" - -RDEPEND=" - dev-libs/glib:2 - media-libs/fontconfig - x11-libs/cairo - x11-libs/pango -" -BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] - x11-libs/pango -" -DEPEND="${BDEPEND}" - -src_prepare() { - # Half of the tests fails or are not run - use test && sed -i -e '/--cov/d' setup.cfg - distutils-r1_src_prepare -} - -python_compile_all() { - # Need to remove this, otherwise docs_compile fails - rm -rf "${S}/manimpango" || die - docs_compile -} - -distutils_enable_tests pytest diff --git a/dev-python/ManimPango/ManimPango-0.6.1.ebuild b/dev-python/ManimPango/ManimPango-0.6.1.ebuild deleted file mode 100644 index e617c5c5e1bf..000000000000 --- a/dev-python/ManimPango/ManimPango-0.6.1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DOCS_BUILDER="sphinx" -DOCS_DEPEND=" - dev-python/furo - dev-python/matplotlib - dev-python/sphinxcontrib-applehelp - dev-python/sphinxcontrib-devhelp - dev-python/sphinxcontrib-htmlhelp - dev-python/sphinxcontrib-jsmath - dev-python/sphinxcontrib-qthelp - dev-python/sphinxcontrib-serializinghtml - dev-python/sphinxext-opengraph -" -DOCS_DIR="docs" - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 docs - -DESCRIPTION="Binding for Pango, to use with Manim." -HOMEPAGE="https://github.com/ManimCommunity/ManimPango https://pypi.org/project/manimpango" -SRC_URI="https://github.com/ManimCommunity/ManimPango/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="debug" - -RDEPEND=" - dev-libs/glib:2 - media-libs/fontconfig - x11-libs/cairo - x11-libs/pango -" -BDEPEND=" - >=dev-python/cython-3.0.2[${PYTHON_USEDEP}] - x11-libs/pango -" -DEPEND="${BDEPEND}" - -src_prepare() { - sed -i -e '/--cov/d' "${S}/setup.cfg" - distutils-r1_src_prepare -} - -python_compile_all() { - # Need to remove this, otherwise docs_compile fails - rm -rf "${S}/manimpango" || die - docs_compile -} - -distutils_enable_tests pytest diff --git a/dev-python/ManimPango/metadata.xml b/dev-python/ManimPango/metadata.xml deleted file mode 100644 index c3abb3e0addf..000000000000 --- a/dev-python/ManimPango/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>gasc@eurecom.fr</email> - <name>Gasc Henri</name> - </maintainer> - <upstream> - <remote-id type="pypi">manimpango</remote-id> - <remote-id type="github">ManimCommunity/ManimPango</remote-id> - <doc>https://manimpango.manim.community/</doc> - <changelog>https://github.com/ManimCommunity/ManimPango/releases/</changelog> - </upstream> -</pkgmetadata> |
