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

python312Packages.accuweather: format with nixfmt

parent 656eeaf3
Loading
Loading
Loading
Loading
+15 −18
Original line number Diff line number Diff line
{ lib
, aiohttp
, aioresponses
, buildPythonPackage
, fetchFromGitHub
, orjson
, pytest-asyncio
, pytest-error-for-skips
, pytestCheckHook
, pythonOlder
, setuptools
, syrupy
{
  lib,
  aiohttp,
  aioresponses,
  buildPythonPackage,
  fetchFromGitHub,
  orjson,
  pytest-asyncio,
  pytest-error-for-skips,
  pytestCheckHook,
  pythonOlder,
  setuptools,
  syrupy,
}:

buildPythonPackage rec {
@@ -26,9 +27,7 @@ buildPythonPackage rec {
    hash = "sha256-hnKwK0I8C8Xh7yn4yk2DqowqgyZYDB22IEllm5MeIGo=";
  };

  build-system = [
    setuptools
  ];
  build-system = [ setuptools ];

  dependencies = [
    aiohttp
@@ -43,9 +42,7 @@ buildPythonPackage rec {
    syrupy
  ];

  pythonImportsCheck = [
    "accuweather"
  ];
  pythonImportsCheck = [ "accuweather" ];

  meta = with lib; {
    description = "Python wrapper for getting weather data from AccuWeather servers";