12 buildPythonPackage rec {
17 disabled = pythonOlder "3.7";
20 inherit pname version;
21 hash = "sha256-/grXAiWERDeTCWgFnNC1Ok8D5I9MBlwd1501TW0yK5c=";
28 propagatedBuildInputs = [
39 substituteInPlace pyproject.toml \
40 --replace "--doctest-modules --ignore=docs --cov=fe25519 --cov-report term-missing" ""
43 pythonImportsCheck = [
48 description = "Python field operations for Curve25519's prime";
49 homepage = "https://github.com/BjoernMHaase/fe25519";
50 license = with licenses; [ cc0 ];
51 maintainers = with maintainers; [ fab ];