python313Packages.lacrosse-view: init at 1.1.1 (#426559)
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
{
|
||||
lib,
|
||||
aiohttp,
|
||||
aiozoneinfo,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
pydantic,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "lacrosse-view";
|
||||
version = "1.1.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "IceBotYT";
|
||||
repo = "lacrosse_view";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-fIeVRqGEL79pOl/zAk3nrrgOgfvlujjK3sFfPVWfUxM=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
aiohttp
|
||||
aiozoneinfo
|
||||
pydantic
|
||||
];
|
||||
|
||||
# No tests
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "lacrosse_view" ];
|
||||
|
||||
meta = {
|
||||
description = "Client for retrieving data from the La Crosse View cloud";
|
||||
homepage = "https://github.com/IceBotYT/lacrosse_view";
|
||||
changelog = "https://github.com/IceBotYT/lacrosse_view/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.jamiemagee ];
|
||||
};
|
||||
}
|
||||
@@ -3038,7 +3038,8 @@
|
||||
];
|
||||
"lacrosse_view" =
|
||||
ps: with ps; [
|
||||
]; # missing inputs: lacrosse-view
|
||||
lacrosse-view
|
||||
];
|
||||
"lamarzocco" =
|
||||
ps: with ps; [
|
||||
aioesphomeapi
|
||||
@@ -7221,6 +7222,7 @@
|
||||
"kostal_plenticore"
|
||||
"kraken"
|
||||
"kulersky"
|
||||
"lacrosse_view"
|
||||
"lamarzocco"
|
||||
"lametric"
|
||||
"landisgyr_heat_meter"
|
||||
|
||||
@@ -7785,6 +7785,8 @@ self: super: with self; {
|
||||
|
||||
laces = callPackage ../development/python-modules/laces { };
|
||||
|
||||
lacrosse-view = callPackage ../development/python-modules/lacrosse-view { };
|
||||
|
||||
lacuscore = callPackage ../development/python-modules/lacuscore { };
|
||||
|
||||
lakeside = callPackage ../development/python-modules/lakeside { };
|
||||
|
||||
Reference in New Issue
Block a user