9 buildPythonPackage rec {
10 pname = "httpie-ntlm";
12 format = "setuptools";
15 inherit pname version;
16 sha256 = "b1f757180c0bd60741ea16cf91fc53d47df402a5c287c4a61a14b335ea0552b3";
19 propagatedBuildInputs = [
24 # Package have no tests
27 pythonImportsCheck = [ "httpie_ntlm" ];
30 description = "NTLM auth plugin for HTTPie";
31 homepage = "https://github.com/httpie/httpie-ntlm";
32 license = licenses.bsdOriginal;
33 maintainers = with maintainers; [ kfollesdal ];