7 python3.pkgs.buildPythonApplication rec {
8 pname = "cups-printers";
12 src = fetchFromGitHub {
14 repo = "cups-printers";
15 rev = "refs/tags/${version}";
16 hash = "sha256-HTR9t9ElQmCzJfdWyu+JQ8xBfDNpXl8XtNsJxGSfBXk=";
24 build-system = with python3.pkgs; [ poetry-core ];
35 # Project has no tests
38 pythonImportsCheck = [ "cups_printers" ];
41 description = "Tool for interacting with a CUPS server";
42 homepage = "https://github.com/audiusGmbH/cups-printers";
43 changelog = "https://github.com/audiusGmbH/cups-printers/blob/${version}/CHANGELOG.md";
44 license = licenses.mit;
45 maintainers = with maintainers; [ fab ];
46 mainProgram = "cups-printers";