tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python313Packages.freebox-api: refactor
Fabian Affolter
1 year ago
2fe0d463
1435695d
+3
-5
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
freebox-api
default.nix
+3
-5
pkgs/development/python-modules/freebox-api/default.nix
reviewed
···
23
23
hash = "sha256-piPC3F63Yqk1rYPYyIoEHSpC8TS4HyIVa8XbQlAgcqA=";
24
24
};
25
25
26
26
-
build-system = [
27
27
-
poetry-core
28
28
-
];
26
26
+
build-system = [ poetry-core ];
29
27
30
28
pythonRelaxDeps = [ "urllib3" ];
31
29
···
40
38
41
39
meta = with lib; {
42
40
description = "Python module to interact with the Freebox OS API";
43
43
-
mainProgram = "freebox_api";
44
41
homepage = "https://github.com/hacf-fr/freebox-api";
45
42
changelog = "https://github.com/hacf-fr/freebox-api/releases/tag/v${version}";
46
46
-
license = with licenses; [ gpl3Only ];
43
43
+
license = licenses.gpl3Only;
47
44
maintainers = with maintainers; [ fab ];
45
45
+
mainProgram = "freebox_api";
48
46
};
49
47
}