python313Packages.kegtron-ble: modernize

This commit is contained in:
Fabian Affolter
2025-10-11 19:51:07 +02:00
committed by GitHub
parent a6e67259dd
commit 1f708c6614
@@ -7,7 +7,6 @@
poetry-core,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
sensor-state-data,
}:
@@ -16,8 +15,6 @@ buildPythonPackage rec {
version = "1.0.2";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "Bluetooth-Devices";
repo = "kegtron-ble";
@@ -43,7 +40,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for Kegtron BLE devices";
homepage = "https://github.com/Bluetooth-Devices/kegtron-ble";
changelog = "https://github.com/Bluetooth-Devices/kegtron-ble/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/Bluetooth-Devices/kegtron-ble/blob/${src.tag}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};