octoprint: 1.3.11 -> 1.3.12
This commit is contained in:
parent
5f5bfce078
commit
c1d87b7e83
@ -56,17 +56,18 @@ let
|
|||||||
"websocket-client"
|
"websocket-client"
|
||||||
"wrapt"
|
"wrapt"
|
||||||
"sentry-sdk"
|
"sentry-sdk"
|
||||||
|
"werkzeug" # 0.16 just deprecates some stuff
|
||||||
];
|
];
|
||||||
|
|
||||||
in py.pkgs.buildPythonApplication rec {
|
in py.pkgs.buildPythonApplication rec {
|
||||||
pname = "OctoPrint";
|
pname = "OctoPrint";
|
||||||
version = "1.3.11";
|
version = "1.3.12";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "foosel";
|
owner = "foosel";
|
||||||
repo = "OctoPrint";
|
repo = "OctoPrint";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1102ki1819wsmkfg4riz4i0hjlr3w6nsvk8wrzqq0lc0s5ycf4jx";
|
sha256 = "1lmqssgwjyhknjf3x58g7cr0fqz7fs5a3rl07r69wfpch63ranyd";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with py.pkgs; [
|
propagatedBuildInputs = with py.pkgs; [
|
||||||
@ -75,7 +76,7 @@ in py.pkgs.buildPythonApplication rec {
|
|||||||
psutil pyserial flask_login netaddr markdown sockjs-tornado
|
psutil pyserial flask_login netaddr markdown sockjs-tornado
|
||||||
pylru pyyaml sarge feedparser netifaces click websocket_client
|
pylru pyyaml sarge feedparser netifaces click websocket_client
|
||||||
scandir chainmap future futures wrapt monotonic emoji
|
scandir chainmap future futures wrapt monotonic emoji
|
||||||
frozendict cachelib sentry-sdk typing
|
frozendict cachelib sentry-sdk typing filetype
|
||||||
] ++ lib.optionals stdenv.isDarwin [ py.pkgs.appdirs ];
|
] ++ lib.optionals stdenv.isDarwin [ py.pkgs.appdirs ];
|
||||||
|
|
||||||
checkInputs = with py.pkgs; [ nose mock ddt ];
|
checkInputs = with py.pkgs; [ nose mock ddt ];
|
||||||
@ -96,6 +97,6 @@ in py.pkgs.buildPythonApplication rec {
|
|||||||
homepage = https://octoprint.org/;
|
homepage = https://octoprint.org/;
|
||||||
description = "The snappy web interface for your 3D printer";
|
description = "The snappy web interface for your 3D printer";
|
||||||
license = licenses.agpl3;
|
license = licenses.agpl3;
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar gebner ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user