Loading pkgs/development/python-modules/authheaders/default.nix +13 −6 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , authres , dnspython , buildPythonPackage , dkimpy , dnspython , fetchFromGitHub , publicsuffix2 , pythonOlder , pytestCheckHook }: buildPythonPackage rec { Loading @@ -15,9 +16,11 @@ buildPythonPackage rec { disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-kAzuiKYeZH74Tr38vO4BVDIHRNjsHX1ukmhC9EcoO98="; src = fetchFromGitHub { owner = "ValiMail"; repo = "authentication-headers"; rev = "refs/tags/${version}"; hash = "sha256-vtLt7JUdLF0gBWgMzP65UAR6A9BnTech5n0alFErcSQ="; }; propagatedBuildInputs = [ Loading @@ -27,6 +30,10 @@ buildPythonPackage rec { publicsuffix2 ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "authheaders" ]; Loading Loading
pkgs/development/python-modules/authheaders/default.nix +13 −6 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , authres , dnspython , buildPythonPackage , dkimpy , dnspython , fetchFromGitHub , publicsuffix2 , pythonOlder , pytestCheckHook }: buildPythonPackage rec { Loading @@ -15,9 +16,11 @@ buildPythonPackage rec { disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-kAzuiKYeZH74Tr38vO4BVDIHRNjsHX1ukmhC9EcoO98="; src = fetchFromGitHub { owner = "ValiMail"; repo = "authentication-headers"; rev = "refs/tags/${version}"; hash = "sha256-vtLt7JUdLF0gBWgMzP65UAR6A9BnTech5n0alFErcSQ="; }; propagatedBuildInputs = [ Loading @@ -27,6 +30,10 @@ buildPythonPackage rec { publicsuffix2 ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "authheaders" ]; Loading