13 buildPythonPackage rec {
18 disabled = pythonOlder "3.6";
20 src = fetchFromGitHub {
24 hash = "sha256-xGLvc154xnje45Akf7H1qqQRUc03gGVt8AhGlkcP3kY=";
27 build-system = [ poetry-core ];
41 # Tests want to use Dbus
44 pythonImportsCheck = [ "SwSpotify" ];
47 description = "Library to get the currently playing song and artist from Spotify";
48 homepage = "https://github.com/SwagLyrics/SwSpotify";
49 license = lib.licenses.mit;
50 maintainers = with lib.maintainers; [ siraben ];