python3Packages.aio-wattwaechter: init at 1.1.0 (#540085)
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
setuptools,
|
||||
aiohttp,
|
||||
aioresponses,
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
}:
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "aio-wattwaechter";
|
||||
version = "1.1.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "SmartCircuits-GmbH";
|
||||
repo = "WattWaechter-PyPI";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-hM2DGQBEUr1HYd0CDdjRdFA7+HKaF2kLVFrAWCjP+CU=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [ aiohttp ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
aioresponses
|
||||
pytest-asyncio
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "aio_wattwaechter" ];
|
||||
|
||||
meta = {
|
||||
description = "Async Python client for the WattWächter smart meter API";
|
||||
homepage = "https://github.com/SmartCircuits-GmbH/WattWaechter-PyPI";
|
||||
changelog = "https://github.com/SmartCircuits-GmbH/WattWaechter-PyPI/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.jamiemagee ];
|
||||
};
|
||||
})
|
||||
@@ -7370,7 +7370,8 @@
|
||||
];
|
||||
"wattwaechter" =
|
||||
ps: with ps; [
|
||||
]; # missing inputs: aio-wattwaechter
|
||||
aio-wattwaechter
|
||||
];
|
||||
"waze_travel_time" =
|
||||
ps: with ps; [
|
||||
pywaze
|
||||
@@ -8868,6 +8869,7 @@
|
||||
"watergate"
|
||||
"watts"
|
||||
"watttime"
|
||||
"wattwaechter"
|
||||
"waze_travel_time"
|
||||
"weather"
|
||||
"weatherflow"
|
||||
|
||||
@@ -208,6 +208,8 @@ self: super: with self; {
|
||||
|
||||
aio-pika = callPackage ../development/python-modules/aio-pika { };
|
||||
|
||||
aio-wattwaechter = callPackage ../development/python-modules/aio-wattwaechter { };
|
||||
|
||||
aioacaia = callPackage ../development/python-modules/aioacaia { };
|
||||
|
||||
aioairctrl = callPackage ../development/python-modules/aioairctrl { };
|
||||
|
||||
Reference in New Issue
Block a user