python313Packages.gehomesdk: modernize

This commit is contained in:
Fabian Affolter
2025-12-09 06:23:37 +01:00
committed by GitHub
parent 094d6ce3d0
commit f0b7ffb229
@@ -8,7 +8,6 @@
fetchPypi,
humanize,
pytestCheckHook,
pythonOlder,
requests,
setuptools,
websockets,
@@ -19,8 +18,6 @@ buildPythonPackage rec {
version = "2025.11.5";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-HS33yTE+3n0DKRD4+cr8zAE+xcW1ca7q8inQ7qwKJMA=";
@@ -47,7 +44,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python SDK for GE smart appliances";
homepage = "https://github.com/simbaja/gehome";
changelog = "https://github.com/simbaja/gehome/blob/master/CHANGELOG.md";
changelog = "https://github.com/simbaja/gehome/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
mainProgram = "gehome-appliance-data";