Loading pkgs/development/python-modules/pyezviz/default.nix +20 −18 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , paho-mqtt , pandas , pycryptodome , pythonOlder , requests , xmltodict { lib, buildPythonPackage, fetchFromGitHub, paho-mqtt, pandas, pycryptodome, pythonOlder, requests, setuptools, xmltodict, }: buildPythonPackage rec { pname = "pyezviz"; version = "0.2.2.3"; format = "setuptools"; version = "0.2.2.4"; pyproject = true; disabled = pythonOlder "3.6"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "baqs"; repo = "pyEzviz"; rev = "refs/tags/${version}"; hash = "sha256-HZLWpoo0luAqqwLA3t7cDh0yVP6znrzMoUg7cuexd28="; hash = "sha256-ngQu9g0qvJ3zDaTdGqJDGRoMhnGYdp5jHDoPiuXOwGs="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ paho-mqtt pandas pycryptodome Loading @@ -34,16 +38,14 @@ buildPythonPackage rec { # Project has no tests. test_cam_rtsp.py is more a sample for using the module doCheck = false; pythonImportsCheck = [ "pyezviz" ]; pythonImportsCheck = [ "pyezviz" ]; meta = with lib; { description = "Python interface for for Ezviz cameras"; mainProgram = "pyezviz"; homepage = "https://github.com/baqs/pyEzviz/"; changelog = "https://github.com/BaQs/pyEzviz/releases/tag/${version}"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ fab ]; mainProgram = "pyezviz"; }; } Loading
pkgs/development/python-modules/pyezviz/default.nix +20 −18 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , paho-mqtt , pandas , pycryptodome , pythonOlder , requests , xmltodict { lib, buildPythonPackage, fetchFromGitHub, paho-mqtt, pandas, pycryptodome, pythonOlder, requests, setuptools, xmltodict, }: buildPythonPackage rec { pname = "pyezviz"; version = "0.2.2.3"; format = "setuptools"; version = "0.2.2.4"; pyproject = true; disabled = pythonOlder "3.6"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "baqs"; repo = "pyEzviz"; rev = "refs/tags/${version}"; hash = "sha256-HZLWpoo0luAqqwLA3t7cDh0yVP6znrzMoUg7cuexd28="; hash = "sha256-ngQu9g0qvJ3zDaTdGqJDGRoMhnGYdp5jHDoPiuXOwGs="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ paho-mqtt pandas pycryptodome Loading @@ -34,16 +38,14 @@ buildPythonPackage rec { # Project has no tests. test_cam_rtsp.py is more a sample for using the module doCheck = false; pythonImportsCheck = [ "pyezviz" ]; pythonImportsCheck = [ "pyezviz" ]; meta = with lib; { description = "Python interface for for Ezviz cameras"; mainProgram = "pyezviz"; homepage = "https://github.com/baqs/pyEzviz/"; changelog = "https://github.com/BaQs/pyEzviz/releases/tag/${version}"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ fab ]; mainProgram = "pyezviz"; }; }