13 buildPythonPackage rec {
18 disabled = pythonOlder "3.6";
20 src = fetchFromGitHub {
24 hash = "sha256-xGLvc154xnje45Akf7H1qqQRUc03gGVt8AhGlkcP3kY=";
27 nativeBuildInputs = [ poetry-core ];
29 propagatedBuildInputs = [
36 # Tests want to use Dbus
39 pythonImportsCheck = [ "SwSpotify" ];
42 description = "Library to get the currently playing song and artist from Spotify";
43 homepage = "https://github.com/SwagLyrics/SwSpotify";
44 license = licenses.mit;
45 maintainers = with maintainers; [ siraben ];