appdaemon: 4.4.2 -> 4.5.11
https://github.com/AppDaemon/appdaemon/blob/4.5.11/docs/HISTORY.md
This commit is contained in:
parent
0a36c12153
commit
d44ee7c738
@ -1,28 +1,26 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
python3,
|
python3Packages,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "appdaemon";
|
pname = "appdaemon";
|
||||||
version = "4.4.2";
|
version = "4.5.11";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AppDaemon";
|
owner = "AppDaemon";
|
||||||
repo = "appdaemon";
|
repo = "appdaemon";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-T3InE4J4qYeFJTq6nrW8y5BOA7Z0n3t9eVpl641r/xk=";
|
hash = "sha256-1wnAniw7fdyfH6QeFjdIAxX5mU92ZZxLLJ/QkKge1eY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = true;
|
pythonRelaxDeps = true;
|
||||||
|
|
||||||
nativeBuildInputs = with python3.pkgs; [
|
build-system = [ python3Packages.setuptools ];
|
||||||
setuptools
|
|
||||||
];
|
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
dependencies = with python3Packages; [
|
||||||
aiohttp
|
aiohttp
|
||||||
aiohttp-jinja2
|
aiohttp-jinja2
|
||||||
astral
|
astral
|
||||||
@ -32,6 +30,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
iso8601
|
iso8601
|
||||||
paho-mqtt
|
paho-mqtt
|
||||||
pid
|
pid
|
||||||
|
pydantic
|
||||||
python-dateutil
|
python-dateutil
|
||||||
python-socketio
|
python-socketio
|
||||||
pytz
|
pytz
|
||||||
@ -39,7 +38,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
requests
|
requests
|
||||||
sockjs
|
sockjs
|
||||||
uvloop
|
uvloop
|
||||||
websocket-client
|
|
||||||
tomli
|
tomli
|
||||||
tomli-w
|
tomli-w
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user