14 buildPythonPackage rec {
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-zZHFavU/Fp7wMsYunEoyktwViGaTMxjQWS40Yts9ZJI=";
30 propagatedBuildInputs = [
34 ] ++ lib.optionals (pythonOlder "3.8") [
43 pythonImportsCheck = [
48 description = "Sign JSON with Ed25519 signatures";
49 homepage = "https://github.com/matrix-org/python-signedjson";
50 license = licenses.asl20;
51 maintainers = with maintainers; [ ];