Merge pull request #334795 from fabaff/meshtastic-bump
python312Packages.meshtastic: 2.3.11 -> 2.3.15
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
bleak,
|
||||
buildPythonPackage,
|
||||
dash-bootstrap-components,
|
||||
dotmap,
|
||||
fetchFromGitHub,
|
||||
hypothesis,
|
||||
@@ -9,6 +10,7 @@
|
||||
parse,
|
||||
pexpect,
|
||||
platformdirs,
|
||||
poetry-core,
|
||||
ppk2-api,
|
||||
print-color,
|
||||
protobuf,
|
||||
@@ -22,6 +24,7 @@
|
||||
pythonOlder,
|
||||
pyyaml,
|
||||
requests,
|
||||
riden,
|
||||
setuptools,
|
||||
tabulate,
|
||||
timeago,
|
||||
@@ -30,7 +33,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "meshtastic";
|
||||
version = "2.3.11";
|
||||
version = "2.3.15";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -39,12 +42,15 @@ buildPythonPackage rec {
|
||||
owner = "meshtastic";
|
||||
repo = "Meshtastic-python";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-s56apVx7+EXkdw3FUjyGKGFjP+IVbO0/VDB4urXEtXQ=";
|
||||
hash = "sha256-mirEsGeEQuWtaJ+eCROV1g9Bm0mRvCeTKkxPQqCuwe4=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "protobuf" ];
|
||||
pythonRelaxDeps = [
|
||||
"bleak"
|
||||
"protobuf"
|
||||
];
|
||||
|
||||
build-system = [ setuptools ];
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
dependencies = [
|
||||
bleak
|
||||
@@ -74,8 +80,10 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
nativeCheckInputs = [
|
||||
dash-bootstrap-components
|
||||
hypothesis
|
||||
pytestCheckHook
|
||||
riden
|
||||
] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies);
|
||||
|
||||
preCheck = ''
|
||||
@@ -84,6 +92,11 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "meshtastic" ];
|
||||
|
||||
disabledTestPaths = [
|
||||
# Circular import with dash-bootstrap-components
|
||||
"meshtastic/tests/test_analysis.py"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# TypeError
|
||||
"test_main_info_with_seriallog_output_txt"
|
||||
|
||||
Reference in New Issue
Block a user