9 buildPythonPackage rec {
10 pname = "soundcloud-v2";
14 inherit pname version;
15 sha256 = "9a9c12aa22e71566e2ca6015267cabc1856afd79fa458f0fc43c44872c184741";
18 propagatedBuildInputs = [
24 # tests require network
27 pythonImportsCheck = [ "soundcloud" ];
30 description = "Python wrapper for the v2 SoundCloud API";
31 homepage = "https://github.com/7x11x13/soundcloud.py";
32 license = licenses.mit;
33 maintainers = with maintainers; [ marsam ];