3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.pytado: init at 0.2.7

This commit is contained in:
elseym 2019-01-01 23:08:33 +01:00
parent 108588b75b
commit 355bf44362
No known key found for this signature in database
GPG key ID: 8696D1F9E5C020D2
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{ stdenv, buildPythonPackage, fetchFromGitHub }:
buildPythonPackage rec {
pname = "PyTado";
version = "0.2.7";
src = fetchFromGitHub {
owner = "wmalgadey";
repo = pname;
rev = "79a5dfdf75cd9a3e1a1ee8a8ff0d08923aebda7b";
sha256 = "14xdfw4913g4j4h576hjbigm7fiw8k0dc8s98gh2ag9xrc2ifgr0";
};
meta = with stdenv.lib; {
description = "Python binding for Tado web API. Pythonize your central heating!";
homepage = https://github.com/wmalgadey/PyTado;
license = licenses.gpl3;
maintainers = with maintainers; [ elseym ];
};
}

View file

@ -5147,6 +5147,8 @@ in {
pybotvac = callPackage ../development/python-modules/pybotvac { };
pytado = callPackage ../development/python-modules/pytado { };
});
in fix' (extends overrides packages)