6 python3.pkgs.buildPythonApplication rec {
7 pname = "seventeenlands";
11 inherit pname version;
12 hash = "sha256-P/imV4vvyd6wgjqXzgfIAURFtFhLwX1eS8eiPl79oZk=";
18 pythonImportsCheck = [ "seventeenlands" ];
20 propagatedBuildInputs = with python3.pkgs; [
27 description = "Client for passing relevant events from MTG Arena logs to the 17Lands REST endpoint, also known as mtga-log-client";
28 homepage = "https://www.17lands.com/";
29 license = licenses.gpl3Only;
30 maintainers = with maintainers; [ sephi ];
31 mainProgram = "seventeenlands";