python313Packages.python-kasa: modernize

This commit is contained in:
Fabian Affolter
2025-11-23 12:09:32 +01:00
parent 4e9e58352c
commit cd7714eeee
@@ -16,7 +16,6 @@
pytest-socket,
pytest-xdist,
pytestCheckHook,
pythonOlder,
rich,
voluptuous,
}:
@@ -26,8 +25,6 @@ buildPythonPackage rec {
version = "0.10.2";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "python-kasa";
repo = "python-kasa";
@@ -77,7 +74,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python API for TP-Link Kasa Smarthome products";
homepage = "https://python-kasa.readthedocs.io/";
changelog = "https://github.com/python-kasa/python-kasa/blob/${version}/CHANGELOG.md";
changelog = "https://github.com/python-kasa/python-kasa/blob/${src.tag}/CHANGELOG.md";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ fab ];
mainProgram = "kasa";