15 buildPythonPackage rec {
17 version = "1.3.0.post2404";
18 format = "setuptools";
20 disabled = pythonOlder "3.7";
22 src = fetchFromGitHub {
25 rev = "refs/tags/v${version}";
26 hash = "sha256-nu75Geyeu1nTLoGaohXB9pmbUWKgdgch9Z5OJqz9xKQ=";
29 propagatedBuildInputs = [
38 nativeCheckInputs = [ pytestCheckHook ];
40 pythonImportsCheck = [ "ezyrb" ];
48 description = "Easy Reduced Basis method";
49 homepage = "https://mathlab.github.io/EZyRB/";
50 downloadPage = "https://github.com/mathLab/EZyRB/releases";
51 license = licenses.mit;
52 maintainers = with maintainers; [ yl3dy ];