11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.8";
19 inherit pname version;
20 hash = "sha256-OWr4HmQghlUa8VcnDN/nQsFzlAWHG6nawfplG4ZJ7w0=";
23 propagatedBuildInputs = [
29 # Tests want to access the spotify API
32 pythonImportsCheck = [
38 description = "Library for the Spotify Web API";
39 homepage = "https://spotipy.readthedocs.org/";
40 changelog = "https://github.com/plamere/spotipy/blob/${version}/CHANGELOG.md";
41 license = licenses.mit;
42 maintainers = with maintainers; [ rvolosatovs ];