9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
20 sha256 = "1nyvflap39cwq1cm9wwl9idvfmz1ixsl80f1dnskx22fk0lmvj4h";
23 propagatedBuildInputs = [ aiohttp ];
25 # Project has no tests
28 pythonImportsCheck = [ "pyvolumio" ];
31 description = "Python module to control Volumio";
32 homepage = "https://github.com/OnFreund/PyVolumio";
33 license = with licenses; [ mit ];
34 maintainers = with maintainers; [ fab ];