dev-util/gi-docgen: add 2026.1

Signed-off-by: Lukas Schmelting <lschmelting@posteo.com>
Part-of: https://github.com/gentoo/gentoo/pull/45974
Closes: https://github.com/gentoo/gentoo/pull/45974
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Lukas Schmelting
2026-03-19 20:29:43 +01:00
committed by Pacho Ramos
parent 83190e387f
commit cca8dc7a06
2 changed files with 37 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST gi-docgen-2025.4.tar.xz 2003576 BLAKE2B 0d69a1233a1ac2eba239b8d1703351f2c118c0c45326175b58bd4d7f38211181b0d71118d3d464b82c3ecae5b17c0b10f077d85cbd72a337edc3c6292899f654 SHA512 df5aeceff27d865fb2c4b753a2bd396e58ed66afa09cc0cefafb0e26e0cb9939e4c81f29aef7d8030c11a801b852ff8f19f1513e70c13099f2d51186a72f0a14
DIST gi-docgen-2025.5.tar.xz 2003864 BLAKE2B 4eb8d0b3485b9f3bf06440cc1e65918add2d09c737ddd13783ef1c4c1eec706b27c655f09fb2522124bc936e5d0083e1ee8e066ab87a05a218c2e423ae893887 SHA512 c7d74e2eed19c2970e6f75e55e98ed0fbd82aa45f93c4ad553055081ba2b34bbe7d655955e3f6abbf247b346911e3a7dad2f0e8063d91a2d560bae25ddca5216
DIST gi-docgen-2026.1.tar.xz 2004212 BLAKE2B 39c3daa70622494d65beeabbe553df0abb4e5ffee7cddf16dd0d6aa9409fa6211c16da7fb6a59bf430a408cb3d4c81d44318f06a6f667cfd02435e644a25bd15 SHA512 b1edc52b283da4bdd876472a08bbf40c1547c3efc9d262817dcbd0fa56c0f6451a48cba5c7788ee440702897fd9cf691a61f68d01cd5ad526f6d492a6e957660

View File

@@ -0,0 +1,36 @@
# Copyright 2021-2026 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}]
')
"
distutils_enable_tests pytest