8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "1lz3q3q9lw8qxxb8jyrak77v6hkxwi39akyx96j8hd5jjaq2k5qc";
18 propagatedBuildInputs = [
23 # Project has not published tests yet
26 pythonImportsCheck = [ "mutesync" ];
29 description = "Python module for interacting with mutesync buttons";
30 homepage = "https://github.com/currentoor/pymutesync";
31 license = with licenses; [ asl20 ];
32 maintainers = with maintainers; [ fab ];