commit: b4427fc07ad147188a9423a081267dce5b1c0357 Author: Guillermo Joandet <gjoandet <AT> gmail <DOT> com> AuthorDate: Sat Aug 10 22:59:54 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Fri Nov 8 18:16:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4427fc0
dev-util/gi-docgen: Bump to 2024.1 Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38080 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> dev-util/gi-docgen/Manifest | 1 + dev-util/gi-docgen/gi-docgen-2024.1.ebuild | 39 ++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/dev-util/gi-docgen/Manifest b/dev-util/gi-docgen/Manifest index ba26292ad43b..87df0318ab33 100644 --- a/dev-util/gi-docgen/Manifest +++ b/dev-util/gi-docgen/Manifest @@ -1,2 +1,3 @@ DIST gi-docgen-2023.1.tar.gz 2516453 BLAKE2B d97ca86f1e9c29de3b1500a08b93a1617dddfc6f29314f1d0f1cbd3ec7b367f4de7b8d7d7eba9fbe5af0a8bbcdd4c4bb0786dfd4deda0acd19ac6372dea24d0a SHA512 fb19af318a66ba475e04826d9b61163ec85e6ea4503847ec6685940424bac8108cf385546bad1de80fedd1ddbb21054644083dc4908caf7e2e616c6e0673b0e3 DIST gi-docgen-2023.3.tar.gz 2525675 BLAKE2B eda3ce1e90fb8ce71db34d0040d3df578ea4b2848a2f2e208d0785af2219460217c173a193f60abd1b965c1ee1bab7c7d2797e87026677aa4469968818e39d1f SHA512 de9a94ee30b408cb875f7a7e8015f0f860a65140a4b39b9fc1d5f6ea445ab66b4f7c37786646040b0869a1bf1e7d5f09ae878697428e693a15966c27c5d25fa5 +DIST gi-docgen-2024.1.tar.xz 2002184 BLAKE2B 1ab3869bc0afecfc0a50beecd3dede869cdac12478e610a9f14fe55a732088d8724bd5953ab44534c1a902e69f304a419c1b61604f2bca85d8f583bc646a781f SHA512 7f9e4fe3872e139c4927bf9bcd591e601848f3aa12c0c8b1a6bb5ea6f9384783ef4ec3ffd7b4e914757a3059a4be5363e789c1cd3107b49e1e5a1c0e19580ff2 diff --git a/dev-util/gi-docgen/gi-docgen-2024.1.ebuild b/dev-util/gi-docgen/gi-docgen-2024.1.ebuild new file mode 100644 index 000000000000..e1c65accbfb3 --- /dev/null +++ b/dev-util/gi-docgen/gi-docgen-2024.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 2021-2024 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_{10..13} ) + +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 ~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/jinja-2[${PYTHON_USEDEP}] + >=dev-python/typogrify-2[${PYTHON_USEDEP}] + ') + $(python_gen_cond_dep ' + dev-python/tomli[${PYTHON_USEDEP}] + ' 3.10) +" + +distutils_enable_tests pytest
