python313Packages.freebox-api: refactor

This commit is contained in:
Fabian Affolter
2025-01-11 10:19:25 +01:00
parent 1435695ddb
commit 2fe0d463b1
@@ -23,9 +23,7 @@ buildPythonPackage rec {
hash = "sha256-piPC3F63Yqk1rYPYyIoEHSpC8TS4HyIVa8XbQlAgcqA=";
};
build-system = [
poetry-core
];
build-system = [ poetry-core ];
pythonRelaxDeps = [ "urllib3" ];
@@ -40,10 +38,10 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module to interact with the Freebox OS API";
mainProgram = "freebox_api";
homepage = "https://github.com/hacf-fr/freebox-api";
changelog = "https://github.com/hacf-fr/freebox-api/releases/tag/v${version}";
license = with licenses; [ gpl3Only ];
license = licenses.gpl3Only;
maintainers = with maintainers; [ fab ];
mainProgram = "freebox_api";
};
}