commit:     6d40f140da2c2b162f5d6f76a13395c5af909b3f
Author:     Lukas Schmelting <lschmelting <AT> posteo <DOT> com>
AuthorDate: Sat Aug  2 13:23:02 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug  3 09:45:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d40f140

dev-util/gi-docgen: add v2025.4

Signed-off-by: Lukas Schmelting <lschmelting <AT> posteo.com>
Closes: https://github.com/gentoo/gentoo/pull/43295
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 dev-util/gi-docgen/Manifest                |  1 +
 dev-util/gi-docgen/gi-docgen-2025.4.ebuild | 39 ++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-util/gi-docgen/Manifest b/dev-util/gi-docgen/Manifest
index 39cc6a48e7ed..fb2d0cce8704 100644
--- a/dev-util/gi-docgen/Manifest
+++ b/dev-util/gi-docgen/Manifest
@@ -1 +1,2 @@
 DIST gi-docgen-2024.1.tar.xz 2002184 BLAKE2B 
1ab3869bc0afecfc0a50beecd3dede869cdac12478e610a9f14fe55a732088d8724bd5953ab44534c1a902e69f304a419c1b61604f2bca85d8f583bc646a781f
 SHA512 
7f9e4fe3872e139c4927bf9bcd591e601848f3aa12c0c8b1a6bb5ea6f9384783ef4ec3ffd7b4e914757a3059a4be5363e789c1cd3107b49e1e5a1c0e19580ff2
+DIST gi-docgen-2025.4.tar.xz 2003576 BLAKE2B 
0d69a1233a1ac2eba239b8d1703351f2c118c0c45326175b58bd4d7f38211181b0d71118d3d464b82c3ecae5b17c0b10f077d85cbd72a337edc3c6292899f654
 SHA512 
df5aeceff27d865fb2c4b753a2bd396e58ed66afa09cc0cefafb0e26e0cb9939e4c81f29aef7d8030c11a801b852ff8f19f1513e70c13099f2d51186a72f0a14

diff --git a/dev-util/gi-docgen/gi-docgen-2025.4.ebuild 
b/dev-util/gi-docgen/gi-docgen-2025.4.ebuild
new file mode 100644
index 000000000000..5068723566a8
--- /dev/null
+++ b/dev-util/gi-docgen/gi-docgen-2025.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2021-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A documentation generator for GObject-based libraries"
+HOMEPAGE="
+       https://gitlab.gnome.org/GNOME/gi-docgen
+       https://pypi.org/project/gi-docgen/
+"
+
+SRC_URI="https://download.gnome.org/sources/${PN}/$(ver_cut 1)/${P}.tar.xz"
+LICENSE="|| ( Apache-2.0 GPL-3+ ) CC0-1.0 OFL-1.1 MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+       ${PYTHON_DEPS}
+       $(python_gen_cond_dep '
+               >=dev-python/markdown-3.2[${PYTHON_USEDEP}]
+               >=dev-python/markupsafe-1[${PYTHON_USEDEP}]
+               >=dev-python/pygments-2[${PYTHON_USEDEP}]
+               >=dev-python/jinja2-2[${PYTHON_USEDEP}]
+               >=dev-python/typogrify-2[${PYTHON_USEDEP}]
+       ')
+       $(python_gen_cond_dep '
+               dev-python/tomli[${PYTHON_USEDEP}]
+       ' 3.10)
+"
+
+distutils_enable_tests pytest

Reply via email to