pythonPackages.aiohue: init at 1.3.1
This commit is contained in:
parent
6bce8815de
commit
95928538a5
19
pkgs/development/python-modules/aiohue/default.nix
Normal file
19
pkgs/development/python-modules/aiohue/default.nix
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{ lib, stdenv, buildPythonPackage, fetchPypi, aiohttp }:
|
||||||
|
|
||||||
|
buildPythonPackage rec {
|
||||||
|
pname = "aiohue";
|
||||||
|
version = "1.3.1";
|
||||||
|
|
||||||
|
src = fetchPypi {
|
||||||
|
inherit pname version;
|
||||||
|
sha256 = "05b2fj8pzbij8hglx6p5ckfx0h1b7wcfpys306l853vp56d882yh";
|
||||||
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ aiohttp ];
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "asyncio package to talk to Philips Hue";
|
||||||
|
homepage = https://github.com/balloob/aiohue;
|
||||||
|
license = licenses.asl20;
|
||||||
|
};
|
||||||
|
}
|
@ -18253,6 +18253,8 @@ EOF
|
|||||||
h11 = callPackage ../development/python-modules/h11 { };
|
h11 = callPackage ../development/python-modules/h11 { };
|
||||||
|
|
||||||
python-docx = callPackage ../development/python-modules/python-docx { };
|
python-docx = callPackage ../development/python-modules/python-docx { };
|
||||||
|
|
||||||
|
aiohue = callPackage ../development/python-modules/aiohue { };
|
||||||
});
|
});
|
||||||
|
|
||||||
in fix' (extends overrides packages)
|
in fix' (extends overrides packages)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user