8 buildPythonPackage rec {
11 format = "setuptools";
15 inherit pname version;
16 hash = "sha256-DU1T86T0jQ6ptkWdjuV70VC8MFx/rK5aQFYjbK6F2Hk=";
19 # package has no tests
21 pythonImportsCheck = [ "libsonic" ];
24 homepage = "https://github.com/crustymonkey/py-sonic";
25 description = "Python wrapper library for the Subsonic REST API";
26 license = licenses.gpl3;
27 maintainers = with maintainers; [ wenngle ];