10 buildPythonPackage rec {
11 pname = "json-home-client";
14 disabled = pythonOlder "3.6";
16 src = fetchFromGitHub {
18 repo = "json_home_client";
20 hash = "sha256-DhnvvY1nMe1sdRE+OgjBt4TsLmiqnD8If4rl700zW9E=";
24 sed -i -e 's/0.0.0/${version}/' setup.py
27 propagatedBuildInputs = [
32 pythonImportsCheck = [ "json_home_client" ];
35 description = "Client class for calling http+json APIs in Python";
36 homepage = "https://github.com/plinss/json_home_client";
37 license = licenses.mit;