python3.pkgs.aioesphomeapi: add meta
This commit is contained in:
parent
d30b1b0938
commit
48dfb96cca
@ -1,4 +1,4 @@
|
|||||||
{ buildPythonPackage, fetchPypi, attrs, protobuf, zeroconf }:
|
{ lib, buildPythonPackage, fetchPypi, attrs, protobuf, zeroconf }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aioesphomeapi";
|
pname = "aioesphomeapi";
|
||||||
@ -11,5 +11,13 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ attrs protobuf zeroconf ];
|
propagatedBuildInputs = [ attrs protobuf zeroconf ];
|
||||||
|
|
||||||
meta = {};
|
# no tests implemented
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Python Client for ESPHome native API";
|
||||||
|
homepage = https://github.com/esphome/aioesphomeapi;
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ dotlambda ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user