Loading pkgs/development/python-modules/total-connect-client/default.nix +10 −4 Original line number Diff line number Diff line Loading @@ -3,23 +3,28 @@ , fetchFromGitHub , pytestCheckHook , pythonOlder , setuptools , zeep }: buildPythonPackage rec { pname = "total-connect-client"; version = "2022.10"; format = "setuptools"; version = "2023.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "craigjmidwinter"; repo = "total-connect-client"; rev = version; hash = "sha256-HNX+8TIfXOEy4KCmOjsNvOvLBdF8iQT0NJLBDD+XWsA="; rev = "refs/tags/${version}"; hash = "sha256-BZEL/cIAeiwxQor3TbzY8cJ08PYSkXxMl/4XkIEXncg="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ zeep ]; Loading @@ -35,6 +40,7 @@ buildPythonPackage rec { meta = with lib; { description = "Interact with Total Connect 2 alarm systems"; homepage = "https://github.com/craigjmidwinter/total-connect-client"; changelog = "https://github.com/craigjmidwinter/total-connect-client/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ dotlambda ]; }; Loading Loading
pkgs/development/python-modules/total-connect-client/default.nix +10 −4 Original line number Diff line number Diff line Loading @@ -3,23 +3,28 @@ , fetchFromGitHub , pytestCheckHook , pythonOlder , setuptools , zeep }: buildPythonPackage rec { pname = "total-connect-client"; version = "2022.10"; format = "setuptools"; version = "2023.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "craigjmidwinter"; repo = "total-connect-client"; rev = version; hash = "sha256-HNX+8TIfXOEy4KCmOjsNvOvLBdF8iQT0NJLBDD+XWsA="; rev = "refs/tags/${version}"; hash = "sha256-BZEL/cIAeiwxQor3TbzY8cJ08PYSkXxMl/4XkIEXncg="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ zeep ]; Loading @@ -35,6 +40,7 @@ buildPythonPackage rec { meta = with lib; { description = "Interact with Total Connect 2 alarm systems"; homepage = "https://github.com/craigjmidwinter/total-connect-client"; changelog = "https://github.com/craigjmidwinter/total-connect-client/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ dotlambda ]; }; Loading