summaryrefslogtreecommitdiff
path: root/dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild
diff options
context:
space:
mode:
authorHuang Rui <vowstar@gmail.com>2025-05-06 17:00:00 +0800
committerPetr Vaněk <arkamar@gentoo.org>2025-05-08 13:40:38 +0200
commitfb89b4e2acc3c63b7b118c168dd5d779b60f7a72 (patch)
tree3253811b4a58414ce8e39172d3f8fd7de136b30e /dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild
parente947f6574fb75f02514df6139d6616435da115e2 (diff)
downloadgentoo-fb89b4e2acc3c63b7b118c168dd5d779b60f7a72.tar.gz
gentoo-fb89b4e2acc3c63b7b118c168dd5d779b60f7a72.tar.bz2
gentoo-fb89b4e2acc3c63b7b118c168dd5d779b60f7a72.zip
dev-libs/json-parser: fix bug 954840 and 955499
Closes: https://bugs.gentoo.org/954840 Closes: https://bugs.gentoo.org/955499 Signed-off-by: Huang Rui <vowstar@gmail.com> 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 <arkamar@gentoo.org>
Diffstat (limited to 'dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild')
-rw-r--r--dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild10
1 files changed, 7 insertions, 3 deletions
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