1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

tunigo: init at 0.1.3

This commit is contained in:
Spencer Whitt 2015-12-15 22:29:02 -05:00
parent a03b98271a
commit 1f644d127a

View file

@ -20824,6 +20824,25 @@ in modules // {
};
};
tunigo = buildPythonPackage rec {
name = "tunigo-${version}";
version = "0.1.3";
propagatedBuildInputs = with self; [ requests2 ];
src = pkgs.fetchFromGitHub {
owner = "trygveaa";
repo = "python-tunigo";
rev = "v${version}";
sha256 = "02ili37dbs5mk5f6v3fmi1sji39ymc4zyq44x0abxzr88nc8nh97";
};
meta = {
description = "Python API for the browse feature of Spotify";
homepage = https://github.com/trygveaa/python-tunigo;
license = licenses.asl20;
};
};
screenkey = buildPythonPackage rec {
version = "0.2-b3634a2c6eb6d6936c3b2c1ef5078bf3a84c40c6";
name = "screenkey-${version}";