python312Packages.tplink-omada-client: refactor
This commit is contained in:
@@ -21,11 +21,11 @@ buildPythonPackage rec {
|
||||
hash = "sha256-hienEkaqy16HmeF1z8MslGb4es7OAvhh1XRTen/Q08c=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
hatchling
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
aiohttp
|
||||
awesomeversion
|
||||
];
|
||||
@@ -39,10 +39,10 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Library for the TP-Link Omada SDN Controller API";
|
||||
mainProgram = "omada";
|
||||
homepage = "https://github.com/MarkGodwin/tplink-omada-api";
|
||||
changelog = "https://github.com/MarkGodwin/tplink-omada-api/releases/tag/release%2Fv${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
mainProgram = "omada";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user