From fb89b4e2acc3c63b7b118c168dd5d779b60f7a72 Mon Sep 17 00:00:00 2001 From: Huang Rui Date: Tue, 6 May 2025 17:00:00 +0800 Subject: dev-libs/json-parser: fix bug 954840 and 955499 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/954840 Closes: https://bugs.gentoo.org/955499 Signed-off-by: Huang Rui Upstream-PR: https://github.com/json-parser/json-parser/pull/182 Closes: https://github.com/gentoo/gentoo/pull/41956 Signed-off-by: Petr Vaněk --- dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild') diff --git a/dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild b/dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild index 184acdce391c..f5f622296c05 100644 --- a/dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild +++ b/dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 edo toolchain-funcs @@ -35,7 +35,11 @@ BDEPEND=" ) " -PATCHES=( "${FILESDIR}/${PN}-1.1.0-pkgconfig-libdir.patch" ) +PATCHES=( + "${FILESDIR}/${PN}-1.1.0-pkgconfig-libdir.patch" + "${FILESDIR}/${PN}-1.1.0-python3-pylong.patch" + "${FILESDIR}/${PN}-1.1.0-fix-suspicious-version.patch" +) wrap_python() { local phase=$1 -- cgit v1.2.3