14 buildPythonPackage rec {
19 disabled = pythonOlder "3.8";
21 src = fetchFromGitHub {
25 hash = "sha256-dgqTNISeyBkZ2m68pqw5rsoyPxLW4wWkv6iqq9bD5Ek=";
33 dependencies = [ httpx ] ++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ];
40 pythonImportsCheck = [ "pylast" ];
43 description = "Python interface to last.fm (and compatibles)";
44 homepage = "https://github.com/pylast/pylast";
45 changelog = "https://github.com/pylast/pylast/releases/tag/${version}";
46 license = licenses.asl20;
47 maintainers = with maintainers; [