12 buildPythonPackage rec {
18 inherit pname version;
19 hash = "sha256-cdbVAkYSnE98/sIPXlfjUdK4SS1jHMKqlnkUrPkfbOY=";
38 pythonImportsCheck = [ "httpsig" ];
41 description = "Sign HTTP requests with secure signatures";
42 license = licenses.mit;
43 maintainers = with maintainers; [ srhb ];
44 homepage = "https://github.com/ahknight/httpsig";