14 buildPythonPackage rec {
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-la+17tPHjceMTe7Wk8DGVaSptk8XJa+l7GTeqLIFDvs=";
31 propagatedBuildInputs = [
37 nativeCheckInputs = [ pytestCheckHook ];
40 substituteInPlace pyproject.toml \
41 --replace "--doctest-modules --ignore=docs --cov=fe25519 --cov-report term-missing" ""
44 pythonImportsCheck = [ "fe25519" ];
47 description = "Python field operations for Curve25519's prime";
48 homepage = "https://github.com/BjoernMHaase/fe25519";
49 license = with licenses; [ cc0 ];
50 maintainers = with maintainers; [ fab ];