Install this version:
emerge -a =dev-python/json-repair-0.63.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/json-repair-0.63.4
Or alternatively:
emerge --autounmask-write -a =dev-python/json-repair-0.63.4
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1
MY_PN="json_repair"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="A package to repair broken json strings"
HOMEPAGE="
https://github.com/mangiucugna/json_repair
https://pypi.org/project/json-repair/
"
SRC_URI="
https://github.com/mangiucugna/${MY_PN}/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz
"
S="${WORKDIR}/${MY_P}/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
# mypy is used in tests for type inference
BDEPEND="
test? (
dev-python/flask[${PYTHON_USEDEP}]
dev-python/flask-cors[${PYTHON_USEDEP}]
dev-python/jsonschema[${PYTHON_USEDEP}]
dev-python/mypy[${PYTHON_USEDEP}]
dev-python/pydantic[${PYTHON_USEDEP}]
)
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
EPYTEST_IGNORE=(
# pytest-benchmark
tests/test_performance.py
)
test? ( dev-python/flask[] dev-python/flask-cors[] dev-python/jsonschema[] dev-python/mypy[] dev-python/pydantic[] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | json-repair-0.63.4.gh.tar.gz | 2579248 bytes | https://github.com/mangiucugna/json_repair/archive/v0.63.4.tar.gz |