15 buildPythonPackage rec {
20 src = fetchFromGitHub {
24 hash = "sha256-MjlE5HdxChAgV/O7cD3foqkmKie7FgRRxvOcW+NAtfA=";
27 build-system = [ setuptools ];
37 pythonImportsCheck = [ "sucks" ];
45 # assumes $HOME is at a specific place
46 "test_config_file_name"
50 changelog = "https://github.com/mib1185/py-sucks/releases/tag/v${version}";
51 description = "Library for controlling certain robot vacuums";
52 homepage = "https://github.com/mib1185/py-sucks";
53 license = lib.licenses.gpl3Only;
54 mainProgram = "sucks";
55 maintainers = with lib.maintainers; [ dotlambda ];