Commit c41da0ca authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.aioairq: modernize

- add changelog to meta
parent d9ec9804
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
  pycryptodome,
  pytest-asyncio,
  pytestCheckHook,
  pythonOlder,
  setuptools,
}:

@@ -15,8 +14,6 @@ buildPythonPackage rec {
  version = "0.4.7";
  pyproject = true;

  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "CorantGmbH";
    repo = "aioairq";
@@ -31,9 +28,6 @@ buildPythonPackage rec {
    pycryptodome
  ];

  # Module has no tests
  #doCheck = false;

  nativeCheckInputs = [
    pytest-asyncio
    pytestCheckHook
@@ -49,6 +43,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Library to retrieve data from air-Q devices";
    homepage = "https://github.com/CorantGmbH/aioairq";
    changelog = "https://github.com/CorantGmbH/aioairq/releases/tag/${src.tag}";
    license = licenses.asl20;
    maintainers = with maintainers; [ fab ];
  };