14 buildPythonPackage rec {
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-la+17tPHjceMTe7Wk8DGVaSptk8XJa+l7GTeqLIFDvs=";
26 build-system = [ setuptools ];
39 pythonImportsCheck = [ "fe25519" ];
42 description = "Python field operations for Curve25519's prime";
43 homepage = "https://github.com/BjoernMHaase/fe25519";
44 license = with licenses; [ cc0 ];
45 maintainers = with maintainers; [ fab ];