python3.pkgs.homeassistant-pyozw: init at 0.1.0

This commit is contained in:
Robert Schütz 2018-11-10 20:12:28 +01:00
parent 484a5c6152
commit 92148ea5a0
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{ python_openzwave, fetchPypi }:
python_openzwave.overridePythonAttrs (oldAttrs: rec {
pname = "homeassistant_pyozw";
version = "0.1.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "bca4062906f65db9b4668388e6755d6ea3ee9e1b02ad3ed81738bb4d32a79342";
};
meta.homepage = https://github.com/home-assistant/python-openzwave;
})

View File

@ -2468,6 +2468,8 @@ in {
hetzner = callPackage ../development/python-modules/hetzner { };
homeassistant-pyozw = callPackage ../development/python-modules/homeassistant-pyozw { };
htmllaundry = callPackage ../development/python-modules/htmllaundry { };
html5lib = callPackage ../development/python-modules/html5lib { };