15 buildPythonPackage rec {
20 disabled = pythonOlder "3.7";
22 src = fetchFromGitHub {
24 repo = "python-bindings";
25 rev = "refs/tags/v${version}";
26 hash = "sha256-/atuMJVgvY4kgvrB+LuQZmJuSK4O8TJdguC7NCiRS2Y=";
36 propagatedBuildInputs = [
42 # Disable Test because everything depends on open mpi which requires network
45 # Do not use pythonImportsCheck because this will also initialize mpi which requires a network interface
48 description = "Python language bindings for preCICE";
49 homepage = "https://github.com/precice/python-bindings";
50 license = licenses.lgpl3Only;
51 maintainers = with maintainers; [ Scriptkiddi ];