Loading pkgs/development/python-modules/pyopnsense/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -14,11 +14,12 @@ buildPythonPackage rec { pname = "pyopnsense"; version = "0.4.0"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; sha256 = "sha256-3DKlVrOtMa55gTu557pgojRpdgrO5pEZ3L+9gKoW9yg="; hash = "sha256-3DKlVrOtMa55gTu557pgojRpdgrO5pEZ3L+9gKoW9yg="; }; propagatedBuildInputs = [ Loading @@ -34,11 +35,14 @@ buildPythonPackage rec { pytestCheckHook ]; pythonImportsCheck = [ "pyopnsense" ]; pythonImportsCheck = [ "pyopnsense" ]; meta = with lib; { description = "Python client for the OPNsense API"; homepage = "https://github.com/mtreinish/pyopnsense"; changelog = "https://github.com/mtreinish/pyopnsense/releases/tag/${version}"; license = with licenses; [ gpl3Plus ]; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/pyopnsense/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -14,11 +14,12 @@ buildPythonPackage rec { pname = "pyopnsense"; version = "0.4.0"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; sha256 = "sha256-3DKlVrOtMa55gTu557pgojRpdgrO5pEZ3L+9gKoW9yg="; hash = "sha256-3DKlVrOtMa55gTu557pgojRpdgrO5pEZ3L+9gKoW9yg="; }; propagatedBuildInputs = [ Loading @@ -34,11 +35,14 @@ buildPythonPackage rec { pytestCheckHook ]; pythonImportsCheck = [ "pyopnsense" ]; pythonImportsCheck = [ "pyopnsense" ]; meta = with lib; { description = "Python client for the OPNsense API"; homepage = "https://github.com/mtreinish/pyopnsense"; changelog = "https://github.com/mtreinish/pyopnsense/releases/tag/${version}"; license = with licenses; [ gpl3Plus ]; maintainers = with maintainers; [ fab ]; }; Loading