commit: 6cdbf7bb7ffd4fc53ac7626718b6365c9c67908a
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Mon Dec 4 13:40:15 2023 +0000
Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Wed Dec 6 07:57:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6cdbf7bb
dev-python/ManimPango: add 0.5.0, drop 0.4.3
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
dev-python/ManimPango/Manifest | 2 +-
.../{ManimPango-0.4.3.ebuild => ManimPango-0.5.0.ebuild} | 16 +++++++++-------
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/dev-python/ManimPango/Manifest b/dev-python/ManimPango/Manifest
index 428a2a048a..4230557cbe 100644
--- a/dev-python/ManimPango/Manifest
+++ b/dev-python/ManimPango/Manifest
@@ -1 +1 @@
-DIST ManimPango-0.4.3.gh.tar.gz 4144247 BLAKE2B
cf6506a7928d9838fad2a0539b39aee6e6b3539f5fcf957817deeca2bdb01c48ed7cbd56bca4f70816f945b918e48a7db7a160f710c2c4f3be77f625cd665e95
SHA512
0bf46f66a20fd2be6ea6fe0e1b7a6fdb51276820827771b0d5d4c34ca465e939566964bb02da35109bddbb3bc10875d7b7c71767ffc4f83a593712253262a886
+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.5.0.ebuild
similarity index 63%
rename from dev-python/ManimPango/ManimPango-0.4.3.ebuild
rename to dev-python/ManimPango/ManimPango-0.5.0.ebuild
index 5ca9c759a0..e7292dd60b 100644
--- a/dev-python/ManimPango/ManimPango-0.4.3.ebuild
+++ b/dev-python/ManimPango/ManimPango-0.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -19,18 +19,20 @@ KEYWORDS="~amd64"
IUSE="debug"
BDEPEND="
- dev-python/cython[${PYTHON_USEDEP}]
+ >=dev-python/cython-3.0.2[${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() {
- # The tests always fails (ManimPango has to be installed for them to
work)
+ # The tests always fails. I cannot find how to solve it
rm -rf "${S}/tests"
distutils-r1_src_prepare
}
-# distutils_enable_sphinx docs # We need a lot of other packages if we allow
doc
+# Cannot build the docs, sphinx.ext.autosummary cannot find manimpango
+# distutils_enable_sphinx docs