11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
20 repo = "python-ed25519";
21 rev = "refs/tags/${version}";
22 hash = "sha256-AwnhB5UGycQliNndbqd0JlI4vKSehCSy0qHv2EiB+jA=";
34 pythonImportsCheck = [
39 description = "Ed25519 public-key signatures";
40 mainProgram = "edsig";
41 homepage = "https://github.com/warner/python-ed25519";
42 changelog = "https://github.com/warner/python-ed25519/blob/${version}/NEWS";
43 license = licenses.mit;
44 maintainers = with maintainers; [ np ];