9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-2H7yvLze1o7pa8NMGAm2lFfs7JsMTdRxZYoSvTkQAtE=";
21 nativeCheckInputs = [ pytestCheckHook ];
23 pythonImportsCheck = [ "jsonpath" ];
25 pytestFlagsArray = [ "test/test*.py" ];
28 description = "XPath for JSON";
29 homepage = "https://github.com/json-path/JsonPath";
30 license = licenses.mit;
31 maintainers = with maintainers; [ mic92 ];