mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 08:14:19 +00:00
python3Packages.json-repair: 0.27.2 -> 0.29.6
https://github.com/mangiucugna/json_repair/releases/tag/0.29.6
This commit is contained in:
parent
4044744342
commit
c7a587a2c6
@ -8,21 +8,24 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "json-repair";
|
||||
version = "0.27.2";
|
||||
version = "0.29.6";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mangiucugna";
|
||||
repo = "json_repair";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-NYY76sIp4XirVifOPOs6iEzP93ERzNIHAvpgU4+fi24=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-EP8uaH9vbpbgWtQTm+c2mbO2h1t6aK1ENpVw/Dkx2/U=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
nativeBuildInputs = [ pytestCheckHook ];
|
||||
|
||||
disabledTestPaths = [ "tests/test_performance.py" ];
|
||||
disabledTestPaths = [
|
||||
"tests/test_performance.py"
|
||||
"tests/test_coverage.py"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "json_repair" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user