Loading pkgs/development/python-modules/python-ecobee-api/default.nix +20 −12 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , requests { lib, buildPythonPackage, fetchFromGitHub, pythonOlder, requests, setuptools, }: buildPythonPackage rec { pname = "python-ecobee-api"; version = "0.2.17"; format = "setuptools"; version = "0.2.18"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-lJCbNOQJ8xmMa4V+tSFZx4QasK8ZLfsFavMP9Zge4K4="; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "nkgilley"; repo = "python-ecobee-api"; rev = "refs/tags/${version}"; hash = "sha256-WBVHlA7cAQGCFRNSANX6PqPQYMRw74GEAlTFwSBxVQU="; }; propagatedBuildInputs = [ requests ]; build-system = [ setuptools ]; dependencies = [ requests ]; # no tests implemented doCheck = false; Loading @@ -26,6 +33,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python API for talking to Ecobee thermostats"; homepage = "https://github.com/nkgilley/python-ecobee-api"; changelog = "https://github.com/nkgilley/python-ecobee-api/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ dotlambda ]; }; Loading Loading
pkgs/development/python-modules/python-ecobee-api/default.nix +20 −12 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , requests { lib, buildPythonPackage, fetchFromGitHub, pythonOlder, requests, setuptools, }: buildPythonPackage rec { pname = "python-ecobee-api"; version = "0.2.17"; format = "setuptools"; version = "0.2.18"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-lJCbNOQJ8xmMa4V+tSFZx4QasK8ZLfsFavMP9Zge4K4="; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "nkgilley"; repo = "python-ecobee-api"; rev = "refs/tags/${version}"; hash = "sha256-WBVHlA7cAQGCFRNSANX6PqPQYMRw74GEAlTFwSBxVQU="; }; propagatedBuildInputs = [ requests ]; build-system = [ setuptools ]; dependencies = [ requests ]; # no tests implemented doCheck = false; Loading @@ -26,6 +33,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python API for talking to Ecobee thermostats"; homepage = "https://github.com/nkgilley/python-ecobee-api"; changelog = "https://github.com/nkgilley/python-ecobee-api/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ dotlambda ]; }; Loading