Loading pkgs/development/python-modules/localzone/default.nix +12 −19 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , dnspython , pytestCheckHook , setuptools , pythonOlder { lib, buildPythonPackage, fetchFromGitHub, dnspython, pytestCheckHook, setuptools, pythonOlder, }: buildPythonPackage rec { Loading @@ -21,21 +22,13 @@ buildPythonPackage rec { hash = "sha256-quAo5w4Oxu9Hu96inu3vuiQ9GZMLpq0M8Vj67IPYcbE="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ dnspython ]; dependencies = [ dnspython ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "localzone" ]; pythonImportsCheck = [ "localzone" ]; meta = with lib; { description = "A simple DNS library for managing zone files"; Loading Loading
pkgs/development/python-modules/localzone/default.nix +12 −19 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , dnspython , pytestCheckHook , setuptools , pythonOlder { lib, buildPythonPackage, fetchFromGitHub, dnspython, pytestCheckHook, setuptools, pythonOlder, }: buildPythonPackage rec { Loading @@ -21,21 +22,13 @@ buildPythonPackage rec { hash = "sha256-quAo5w4Oxu9Hu96inu3vuiQ9GZMLpq0M8Vj67IPYcbE="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ dnspython ]; dependencies = [ dnspython ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "localzone" ]; pythonImportsCheck = [ "localzone" ]; meta = with lib; { description = "A simple DNS library for managing zone files"; Loading