python313Packages.airtouch5py: modernize

This commit is contained in:
Fabian Affolter
2025-11-16 21:06:52 +01:00
committed by GitHub
parent 152525dbcc
commit 6e95923640

View File

@@ -1,7 +1,6 @@
{ {
lib, lib,
buildPythonPackage, buildPythonPackage,
pythonOlder,
fetchFromGitHub, fetchFromGitHub,
# build-system # build-system
@@ -20,8 +19,6 @@ buildPythonPackage rec {
version = "0.4.0"; version = "0.4.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "danzel"; owner = "danzel";
repo = "airtouch5py"; repo = "airtouch5py";
@@ -46,7 +43,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "airtouch5py" ]; pythonImportsCheck = [ "airtouch5py" ];
meta = with lib; { meta = with lib; {
changelog = "https://github.com/danzel/airtouch5py/releases/tag/${version}"; changelog = "https://github.com/danzel/airtouch5py/releases/tag/${src.tag}";
description = "Python client for the airtouch 5"; description = "Python client for the airtouch 5";
homepage = "https://github.com/danzel/airtouch5py"; homepage = "https://github.com/danzel/airtouch5py";
license = licenses.asl20; license = licenses.asl20;