Unverified Commit 6e959236 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.airtouch5py: modernize

parent 152525db
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  pythonOlder,
  fetchFromGitHub,

  # build-system
@@ -20,8 +19,6 @@ buildPythonPackage rec {
  version = "0.4.0";
  pyproject = true;

  disabled = pythonOlder "3.10";

  src = fetchFromGitHub {
    owner = "danzel";
    repo = "airtouch5py";
@@ -46,7 +43,7 @@ buildPythonPackage rec {
  pythonImportsCheck = [ "airtouch5py" ];

  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";
    homepage = "https://github.com/danzel/airtouch5py";
    license = licenses.asl20;