python312Packages.aiomysensors: refactor

This commit is contained in:
Fabian Affolter
2024-05-02 09:13:56 +02:00
parent 69d0075c91
commit f04c85f1c0
@@ -32,11 +32,11 @@ buildPythonPackage rec {
--replace-fail " --cov=src --cov-report=term-missing:skip-covered" ""
'';
nativeBuildInputs = [
build-system = [
poetry-core
];
propagatedBuildInputs = [
dependencies = [
aiofiles
asyncio-mqtt
awesomeversion
@@ -56,10 +56,10 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to connect to MySensors gateways";
mainProgram = "aiomysensors";
homepage = "https://github.com/MartinHjelmare/aiomysensors";
changelog = "https://github.com/MartinHjelmare/aiomysensors/releases/tag/v${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
mainProgram = "aiomysensors";
};
}