15 buildPythonPackage rec {
17 version = "1.3.0.post2209";
18 format = "setuptools";
20 disabled = pythonOlder "3.7";
22 src = fetchFromGitHub {
25 rev = "refs/tags/v${version}";
26 sha256 = "sha256-jybDVPUybIuTeWRAA0cphb2pDVobuMX1OufBavZ/ZbQ=";
29 propagatedBuildInputs = [
42 pythonImportsCheck = [
52 description = "Easy Reduced Basis method";
53 homepage = "https://mathlab.github.io/EZyRB/";
54 downloadPage = "https://github.com/mathLab/EZyRB/releases";
55 license = licenses.mit;
56 maintainers = with maintainers; [ yl3dy ];