14 buildPythonPackage rec {
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-VKDPiSdufWwrNcZSRTByFU4YGoJrm48TDm1nt4VyclA=";
31 propagatedBuildInputs = [
43 substituteInPlace pyproject.toml \
44 --replace "--doctest-modules --ignore=docs --cov=ge25519 --cov-report term-missing" ""
47 pythonImportsCheck = [
52 description = "Python implementation of Ed25519 group elements and operations";
53 homepage = "https://github.com/nthparty/ge25519";
54 license = with licenses; [ mit ];
55 maintainers = with maintainers; [ fab ];