mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 23:21:27 +00:00
python3Packages.jsonpath-ng: 1.7.0 -> 1.8.0
https://github.com/h2non/jsonpath-ng/blob/v1.8.0/History.md
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
hypothesis,
|
||||
ply,
|
||||
pytestCheckHook,
|
||||
setuptools,
|
||||
@@ -9,7 +10,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "jsonpath-ng";
|
||||
version = "1.7.0";
|
||||
version = "1.8.0";
|
||||
format = "setuptools";
|
||||
# TODO: typo; change to pyproject = true;
|
||||
pypropject = true;
|
||||
@@ -18,14 +19,17 @@ buildPythonPackage rec {
|
||||
owner = "h2non";
|
||||
repo = "jsonpath-ng";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-sfIqEc5SsNQYxK+Ur00fFdVoC0ysOkHrx4Cq/3SpGHw=";
|
||||
hash = "sha256-soCSMOHJpAM/tOaydvv8tGS/VewtSMBteDNipSPttI0=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [ ply ];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
nativeCheckInputs = [
|
||||
hypothesis
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "jsonpath_ng" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user