Loading pkgs/development/python-modules/pywaterkotte/default.nix 0 → 100644 +49 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , hatchling , pytestCheckHook , pythonOlder , requests , responses }: buildPythonPackage rec { pname = "pywaterkotte"; version = "0.1.2"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "chboland"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-zK0x6LyXPPNPA20Zq+S1B1q7ZWGxQmWf4JxEfjNkPQw="; }; nativeBuildInputs = [ hatchling ]; propagatedBuildInputs = [ requests ]; nativeCheckInputs = [ pytestCheckHook responses ]; pythonImportsCheck = [ "pywaterkotte" ]; meta = with lib; { description = "Library to communicate with Waterkotte heatpumps"; homepage = "https://github.com/chboland/pywaterkotte"; changelog = "https://github.com/chboland/pywaterkotte/releases/tag/v${version}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -9674,6 +9674,8 @@ self: super: with self; { pywatchman = callPackage ../development/python-modules/pywatchman { }; pywaterkotte = callPackage ../development/python-modules/pywaterkotte { }; pywavelets = callPackage ../development/python-modules/pywavelets { }; pywayland = callPackage ../development/python-modules/pywayland { }; Loading Loading
pkgs/development/python-modules/pywaterkotte/default.nix 0 → 100644 +49 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , hatchling , pytestCheckHook , pythonOlder , requests , responses }: buildPythonPackage rec { pname = "pywaterkotte"; version = "0.1.2"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "chboland"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-zK0x6LyXPPNPA20Zq+S1B1q7ZWGxQmWf4JxEfjNkPQw="; }; nativeBuildInputs = [ hatchling ]; propagatedBuildInputs = [ requests ]; nativeCheckInputs = [ pytestCheckHook responses ]; pythonImportsCheck = [ "pywaterkotte" ]; meta = with lib; { description = "Library to communicate with Waterkotte heatpumps"; homepage = "https://github.com/chboland/pywaterkotte"; changelog = "https://github.com/chboland/pywaterkotte/releases/tag/v${version}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -9674,6 +9674,8 @@ self: super: with self; { pywatchman = callPackage ../development/python-modules/pywatchman { }; pywaterkotte = callPackage ../development/python-modules/pywaterkotte { }; pywavelets = callPackage ../development/python-modules/pywavelets { }; pywayland = callPackage ../development/python-modules/pywayland { }; Loading