[gentoo-commits] repo/proj/guru:dev commit in: dev-python/ManimPango/

2024-04-11 Thread Henri Gasc
commit: e09d0f7f8bac085002d4e1cad6c96d1b6d19a253
Author: Henri Gasc  eurecom  fr>
AuthorDate: Thu Apr 11 18:00:22 2024 +
Commit: Henri Gasc  eurecom  fr>
CommitDate: Thu Apr 11 18:01:35 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e09d0f7f

dev-python/ManimPango: add 0.4.4, drop 0.4.3

Update RDEPEND for the two ebuilds

Signed-off-by: Henri Gasc  eurecom.fr>

 dev-python/ManimPango/Manifest|  2 +-
 .../{ManimPango-0.4.3.ebuild => ManimPango-0.4.4.ebuild}  | 15 +++
 ...ManimPango-0.5.0.ebuild => ManimPango-0.5.0-r1.ebuild} | 13 +
 3 files changed, 21 insertions(+), 9 deletions(-)

diff --git a/dev-python/ManimPango/Manifest b/dev-python/ManimPango/Manifest
index f078e922c0..09b22ffe0c 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
similarity index 77%
rename from dev-python/ManimPango/ManimPango-0.4.3.ebuild
rename to dev-python/ManimPango/ManimPango-0.4.4.ebuild
index f217bdb8fa..edf6a566fc 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
similarity index 73%
rename from dev-python/ManimPango/ManimPango-0.5.0.ebuild
rename to dev-python/ManimPango/ManimPango-0.5.0-r1.ebuild
index e7292dd60b..ebaa05ca3b 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



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/ManimPango/

2023-12-08 Thread Henri Gasc
commit: 9703c4acf93961313fbff4522ec505742a45de98
Author: Henri Gasc  eurecom  fr>
AuthorDate: Fri Dec  8 19:51:11 2023 +
Commit: Henri Gasc  eurecom  fr>
CommitDate: Fri Dec  8 19:51:29 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9703c4ac

dev-python/ManimPango: add 0.4.3

Signed-off-by: Henri Gasc  eurecom.fr>

 dev-python/ManimPango/Manifest|  1 +
 dev-python/ManimPango/ManimPango-0.4.3.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/ManimPango/Manifest b/dev-python/ManimPango/Manifest
index 4230557cbe..f078e922c0 100644
--- a/dev-python/ManimPango/Manifest
+++ b/dev-python/ManimPango/Manifest
@@ -1 +1,2 @@
+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.4.3.ebuild
new file mode 100644
index 00..f217bdb8fa
--- /dev/null
+++ b/dev-python/ManimPango/ManimPango-0.4.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+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"
+
+BDEPEND="
+   dev-python/cython[${PYTHON_USEDEP}]
+   x11-libs/pango
+"
+#  doc? (
+#  dev-python/sphinxext-opengraph[${PYTHON_USEDEP}]
+#  )
+DEPEND="${BDEPEND}"
+
+src_prepare() {
+   # The tests always fails (ManimPango has to be installed for them to 
work)
+   rm -rf "${S}/tests"
+   distutils-r1_src_prepare
+}
+
+# distutils_enable_sphinx docs # We need a lot of other packages if we allow 
doc



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/ManimPango/

2023-12-05 Thread Henri Gasc
commit: 6cdbf7bb7ffd4fc53ac7626718b6365c9c67908a
Author: Henri Gasc  eurecom  fr>
AuthorDate: Mon Dec  4 13:40:15 2023 +
Commit: Henri Gasc  eurecom  fr>
CommitDate: Wed Dec  6 07:57:10 2023 +
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  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



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/ManimPango/

2023-09-03 Thread Henri Gasc
commit: 7c7dcad328c74456fcbbeb50254c36a1ef7a441d
Author: Henri Gasc  eurecom  fr>
AuthorDate: Sat Sep  2 21:30:26 2023 +
Commit: Henri Gasc  eurecom  fr>
CommitDate: Sun Sep  3 23:00:17 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7c7dcad3

dev-python/ManimPango: enable py3.12

Closes: https://bugs.gentoo.org/912214
Signed-off-by: Henri Gasc  eurecom.fr>

 dev-python/ManimPango/ManimPango-0.4.3.ebuild | 14 --
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/dev-python/ManimPango/ManimPango-0.4.3.ebuild 
b/dev-python/ManimPango/ManimPango-0.4.3.ebuild
index 44a338cc34..5ca9c759a0 100644
--- a/dev-python/ManimPango/ManimPango-0.4.3.ebuild
+++ b/dev-python/ManimPango/ManimPango-0.4.3.ebuild
@@ -3,8 +3,9 @@
 
 EAPI=8
 
+DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 
@@ -15,8 +16,15 @@ 
SRC_URI="https://github.com/ManimCommunity/ManimPango/archive/refs/tags/v${PV}.t
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
+IUSE="debug"
 
-BDEPEND="x11-libs/pango"
+BDEPEND="
+   dev-python/cython[${PYTHON_USEDEP}]
+   x11-libs/pango
+"
+#  doc? (
+#  dev-python/sphinxext-opengraph[${PYTHON_USEDEP}]
+#  )
 DEPEND="${BDEPEND}"
 
 src_prepare() {
@@ -24,3 +32,5 @@ src_prepare() {
rm -rf "${S}/tests"
distutils-r1_src_prepare
 }
+
+# distutils_enable_sphinx docs # We need a lot of other packages if we allow 
doc



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/ManimPango/

2023-08-12 Thread David Roman
commit: a8e1a4a4829527c71648d40da3bf97c5584c4725
Author: David Roman  gmail  com>
AuthorDate: Sat Aug 12 16:33:06 2023 +
Commit: David Roman  gmail  com>
CommitDate: Sat Aug 12 16:33:06 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8e1a4a4

dev-python/ManimPango: update SRC_URI

Signed-off-by: David Roman  gmail.com>

 dev-python/ManimPango/Manifest| 2 +-
 dev-python/ManimPango/ManimPango-0.4.3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/ManimPango/Manifest b/dev-python/ManimPango/Manifest
index 3c0f384b7c..428a2a048a 100644
--- a/dev-python/ManimPango/Manifest
+++ b/dev-python/ManimPango/Manifest
@@ -1 +1 @@
-DIST .gh.tar.gz 4144247 BLAKE2B 
cf6506a7928d9838fad2a0539b39aee6e6b3539f5fcf957817deeca2bdb01c48ed7cbd56bca4f70816f945b918e48a7db7a160f710c2c4f3be77f625cd665e95
 SHA512 
0bf46f66a20fd2be6ea6fe0e1b7a6fdb51276820827771b0d5d4c34ca465e939566964bb02da35109bddbb3bc10875d7b7c71767ffc4f83a593712253262a886
+DIST ManimPango-0.4.3.gh.tar.gz 4144247 BLAKE2B 
cf6506a7928d9838fad2a0539b39aee6e6b3539f5fcf957817deeca2bdb01c48ed7cbd56bca4f70816f945b918e48a7db7a160f710c2c4f3be77f625cd665e95
 SHA512 
0bf46f66a20fd2be6ea6fe0e1b7a6fdb51276820827771b0d5d4c34ca465e939566964bb02da35109bddbb3bc10875d7b7c71767ffc4f83a593712253262a886

diff --git a/dev-python/ManimPango/ManimPango-0.4.3.ebuild 
b/dev-python/ManimPango/ManimPango-0.4.3.ebuild
index 6aae4faa19..44a338cc34 100644
--- a/dev-python/ManimPango/ManimPango-0.4.3.ebuild
+++ b/dev-python/ManimPango/ManimPango-0.4.3.ebuild
@@ -10,7 +10,7 @@ inherit distutils-r1
 
 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
 -> ${V}.gh.tar.gz"
+SRC_URI="https://github.com/ManimCommunity/ManimPango/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/ManimPango/

2023-03-12 Thread Henri Gasc
commit: 92c847b4818c95eb48ced6c108184a63f8f7336e
Author: Henri Gasc  eurecom  fr>
AuthorDate: Sun Mar 12 09:30:22 2023 +
Commit: Henri Gasc  eurecom  fr>
CommitDate: Sun Mar 12 17:37:47 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=92c847b4

dev-python/ManimPango: unkeyword 0.4.3 for ~x86, remove tests

Closes: https://bugs.gentoo.org/893392
Signed-off-by: Henri Gasc  eurecom.fr>

 dev-python/ManimPango/Manifest|  2 +-
 dev-python/ManimPango/ManimPango-0.4.3.ebuild | 21 +
 2 files changed, 10 insertions(+), 13 deletions(-)

diff --git a/dev-python/ManimPango/Manifest b/dev-python/ManimPango/Manifest
index d40b55be9..3c0f384b7 100644
--- a/dev-python/ManimPango/Manifest
+++ b/dev-python/ManimPango/Manifest
@@ -1 +1 @@
-DIST v0.4.3.gh.tar.gz 4144247 BLAKE2B 
cf6506a7928d9838fad2a0539b39aee6e6b3539f5fcf957817deeca2bdb01c48ed7cbd56bca4f70816f945b918e48a7db7a160f710c2c4f3be77f625cd665e95
 SHA512 
0bf46f66a20fd2be6ea6fe0e1b7a6fdb51276820827771b0d5d4c34ca465e939566964bb02da35109bddbb3bc10875d7b7c71767ffc4f83a593712253262a886
+DIST .gh.tar.gz 4144247 BLAKE2B 
cf6506a7928d9838fad2a0539b39aee6e6b3539f5fcf957817deeca2bdb01c48ed7cbd56bca4f70816f945b918e48a7db7a160f710c2c4f3be77f625cd665e95
 SHA512 
0bf46f66a20fd2be6ea6fe0e1b7a6fdb51276820827771b0d5d4c34ca465e939566964bb02da35109bddbb3bc10875d7b7c71767ffc4f83a593712253262a886

diff --git a/dev-python/ManimPango/ManimPango-0.4.3.ebuild 
b/dev-python/ManimPango/ManimPango-0.4.3.ebuild
index eff2a188a..551bc5b46 100644
--- a/dev-python/ManimPango/ManimPango-0.4.3.ebuild
+++ b/dev-python/ManimPango/ManimPango-0.4.3.ebuild
@@ -4,26 +4,23 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 
 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
 -> v${PV}.gh.tar.gz"
+SRC_URI="https://github.com/ManimCommunity/ManimPango/archive/refs/tags/v${PV}.tar.gz
 -> ${V}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
+KEYWORDS="~amd64"
 
-RDEPEND=""
-BDEPEND="
-   dev-python/cython
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
-   x11-libs/pango
-"
+BDEPEND="x11-libs/pango"
 DEPEND="${BDEPEND}"
 
-distutils_enable_tests pytest
+src_prepare() {
+   # The tests always fails (ManimPango has to be installed for them to 
work)
+   rm -rf "${S}/tests"
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/ManimPango/

2023-02-05 Thread Henri Gasc
commit: ad1833a8862ea89642efc7f60e61f7ce2da6e213
Author: Henri Gasc  eurecom  fr>
AuthorDate: Sun Feb  5 16:39:01 2023 +
Commit: Henri Gasc  eurecom  fr>
CommitDate: Sun Feb  5 21:06:15 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad1833a8

dev-python/ManimPango: new package, add 0.4.3

Signed-off-by: Henri Gasc  eurecom.fr>

 dev-python/ManimPango/Manifest|  1 +
 dev-python/ManimPango/ManimPango-0.4.3.ebuild | 29 +++
 dev-python/ManimPango/metadata.xml| 12 +++
 3 files changed, 42 insertions(+)

diff --git a/dev-python/ManimPango/Manifest b/dev-python/ManimPango/Manifest
new file mode 100644
index 0..d40b55be9
--- /dev/null
+++ b/dev-python/ManimPango/Manifest
@@ -0,0 +1 @@
+DIST v0.4.3.gh.tar.gz 4144247 BLAKE2B 
cf6506a7928d9838fad2a0539b39aee6e6b3539f5fcf957817deeca2bdb01c48ed7cbd56bca4f70816f945b918e48a7db7a160f710c2c4f3be77f625cd665e95
 SHA512 
0bf46f66a20fd2be6ea6fe0e1b7a6fdb51276820827771b0d5d4c34ca465e939566964bb02da35109bddbb3bc10875d7b7c71767ffc4f83a593712253262a886

diff --git a/dev-python/ManimPango/ManimPango-0.4.3.ebuild 
b/dev-python/ManimPango/ManimPango-0.4.3.ebuild
new file mode 100644
index 0..eff2a188a
--- /dev/null
+++ b/dev-python/ManimPango/ManimPango-0.4.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+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
 -> v${PV}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+BDEPEND="
+   dev-python/cython
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   x11-libs/pango
+"
+DEPEND="${BDEPEND}"
+
+distutils_enable_tests pytest

diff --git a/dev-python/ManimPango/metadata.xml 
b/dev-python/ManimPango/metadata.xml
new file mode 100644
index 0..9529a1671
--- /dev/null
+++ b/dev-python/ManimPango/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd'>
+
+   
+   g...@eurecom.fr
+   Gasc Henri
+   
+   
+   manimpango
+   ManimCommunity/ManimPango
+   
+