python314Packages.vtherm-api: init at 0.3.0
https://github.com/jmcollin78/vtherm_api/releases/tag/0.3.0 Assisted-by: pi coding agent / Mika (OpenAI GPT-5.5)
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
home-assistant,
|
||||
pythonOlder,
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "vtherm-api";
|
||||
version = "0.3.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.14";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jmcollin78";
|
||||
repo = "vtherm_api";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-8YE9+Y+R6TvBKssRPvDLSdVzonDawWgg01Ngk94eMzM=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [ home-assistant ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytest-asyncio
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "vtherm_api" ];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/jmcollin78/vtherm_api/releases/tag/${finalAttrs.version}";
|
||||
description = "API for Versatile Thermostat Home Assistant integrations";
|
||||
homepage = "https://github.com/jmcollin78/vtherm_api";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ geri1701 ];
|
||||
};
|
||||
})
|
||||
@@ -21558,6 +21558,8 @@ self: super: with self; {
|
||||
|
||||
vt-py = callPackage ../development/python-modules/vt-py { };
|
||||
|
||||
vtherm-api = callPackage ../development/python-modules/vtherm-api { };
|
||||
|
||||
vtjp = callPackage ../development/python-modules/vtjp { };
|
||||
|
||||
vtk = toPythonModule (
|
||||
|
||||
Reference in New Issue
Block a user