summaryrefslogtreecommitdiff
path: root/dev-python/ManimPango
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-04-12 06:08:55 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-04-12 06:08:55 +0000
commit3c63363f5d8d98a8bac568ce23957986ed2791c2 (patch)
tree6e71cb20cec04534663bc7284a5854ed3c6d5202 /dev-python/ManimPango
parentcf972099d1ec4c9b32f73417233103ee34acbe9e (diff)
downloadbaldeagleos-repo-3c63363f5d8d98a8bac568ce23957986ed2791c2.tar.gz
baldeagleos-repo-3c63363f5d8d98a8bac568ce23957986ed2791c2.tar.xz
baldeagleos-repo-3c63363f5d8d98a8bac568ce23957986ed2791c2.zip
Adding metadata
Diffstat (limited to 'dev-python/ManimPango')
-rw-r--r--dev-python/ManimPango/Manifest2
-rw-r--r--dev-python/ManimPango/ManimPango-0.4.4.ebuild (renamed from dev-python/ManimPango/ManimPango-0.4.3.ebuild)15
-rw-r--r--dev-python/ManimPango/ManimPango-0.5.0-r1.ebuild (renamed from dev-python/ManimPango/ManimPango-0.5.0.ebuild)13
3 files changed, 21 insertions, 9 deletions
diff --git a/dev-python/ManimPango/Manifest b/dev-python/ManimPango/Manifest
index f078e922c081..09b22ffe0c87 100644
--- a/dev-python/ManimPango/Manifest
+++ b/dev-python/ManimPango/Manifest
@@ -1,2 +1,2 @@
-DIST ManimPango-0.4.3.gh.tar.gz 4144247 BLAKE2B cf6506a7928d9838fad2a0539b39aee6e6b3539f5fcf957817deeca2bdb01c48ed7cbd56bca4f70816f945b918e48a7db7a160f710c2c4f3be77f625cd665e95 SHA512 0bf46f66a20fd2be6ea6fe0e1b7a6fdb51276820827771b0d5d4c34ca465e939566964bb02da35109bddbb3bc10875d7b7c71767ffc4f83a593712253262a886
+DIST ManimPango-0.4.4.gh.tar.gz 4144021 BLAKE2B 88f33b8d2585abbc1f118e1df6a76be68789da6d704302de311086a775c6ba1d9a58afe83ad9845d5bf4461df43790c3a49c962d299053d37608f8b695d0c524 SHA512 3d9261c2787677039096ec20b8c4f17249189dea984cbc51c570b2af7ddf8bd6abdc8fde4cf577a435a4a4cf3d4cd33a66f39ec6e545f446e2bffb8cd48d0f84
DIST ManimPango-0.5.0.gh.tar.gz 4144029 BLAKE2B 0920111f9c52ccbce5bed86ddfdf6c52d2afa715694093703686f3ae6573b42813d0624a12d2a5db2f6b0fccf633882f4a8c57420ebc06e2c7549994a5261a5f SHA512 6dbcb02913eedc28f88dca4d6e57a5a470cce323b423b7cfb0d5e4042d7769f98713cb03690e269be1d08c80c74c78c7a7876ec81794e5cc1a3cd257585d3669
diff --git a/dev-python/ManimPango/ManimPango-0.4.3.ebuild b/dev-python/ManimPango/ManimPango-0.4.4.ebuild
index b83ecf464df8..cbd568fcc7f9 100644
--- a/dev-python/ManimPango/ManimPango-0.4.3.ebuild
+++ b/dev-python/ManimPango/ManimPango-0.4.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -18,13 +18,20 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="debug"
+RDEPEND="
+ dev-libs/glib:2
+ media-libs/fontconfig
+ x11-libs/cairo
+ x11-libs/pango
+"
BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
x11-libs/pango
"
-# doc? (
-# dev-python/sphinxext-opengraph[${PYTHON_USEDEP}]
-# )
+ # doc? (
+ # dev-python/furo[${PYTHON_USEDEP}]
+ # dev-python/sphinxext-opengraph[${PYTHON_USEDEP}]
+ # )
DEPEND="${BDEPEND}"
src_prepare() {
diff --git a/dev-python/ManimPango/ManimPango-0.5.0.ebuild b/dev-python/ManimPango/ManimPango-0.5.0-r1.ebuild
index 1c29274483ce..cbb5024723c2 100644
--- a/dev-python/ManimPango/ManimPango-0.5.0.ebuild
+++ b/dev-python/ManimPango/ManimPango-0.5.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -18,6 +18,12 @@ 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
@@ -29,10 +35,9 @@ BDEPEND="
DEPEND="${BDEPEND}"
src_prepare() {
- # The tests always fails. I cannot find how to solve it
+ # The tests always fails (ManimPango has to be installed for them to work)
rm -rf "${S}/tests"
distutils-r1_src_prepare
}
-# Cannot build the docs, sphinx.ext.autosummary cannot find manimpango
-# distutils_enable_sphinx docs
+# distutils_enable_sphinx docs # We need a lot of other packages if we allow doc