25 buildPythonPackage rec {
30 src = fetchFromGitHub {
34 hash = "sha256-3+DXfCUuHQG+VSzJGEPa8qP6oxC+nngMa44XyFCJAVY=";
51 propagatedBuildInputs = [ numpy ];
53 nativeCheckInputs = [ pytestCheckHook ];
56 # Since upstream introduced --doctest-modules in
57 # https://github.com/fplll/fpylll/commit/9732fdb40cf1bd43ad1f60762ec0a8401743fc79,
58 # it is necessary to ignore import mismatches. Not sure why, but the files
59 # should be identical anyway.
60 export PY_IGNORE_IMPORTMISMATCH=1
68 description = "Python interface for fplll";
69 changelog = "https://github.com/fplll/fpylll/releases/tag/${src.tag}";
70 homepage = "https://github.com/fplll/fpylll";
71 maintainers = teams.sage.members;
72 license = licenses.gpl2Plus;