Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-03-02 18:17:39 +00:00
committed by GitHub
53 changed files with 253 additions and 414 deletions
@@ -8,10 +8,15 @@ buildPythonPackage rec {
inherit pname version;
sha256 = "77e747c6ad10ce65479f5f9064ab036483bf307bf71fdd7d6235ef895fcc506e";
};
patches = [ ./jq-py-setup.patch ];
buildInputs = [ jq ];
# no tests executed
doCheck = false;
pythonImportsCheck = [ "jq" ];
meta = {
description = "Python bindings for jq, the flexible JSON processor";
homepage = "https://github.com/mwilliamson/jq.py";