python311Packages.pysolcast: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-20 11:04:54 +02:00
parent eee582a989
commit e3ad273ffb
1 changed files with 17 additions and 24 deletions

View File

@ -1,15 +1,16 @@
{ lib
, anyconfig
, buildPythonPackage
, fetchFromGitHub
, isodate
, pytestCheckHook
, pythonOlder
, pyyaml
, requests
, responses
, poetry-core
, pythonRelaxDepsHook
{
lib,
anyconfig,
buildPythonPackage,
fetchFromGitHub,
isodate,
pytestCheckHook,
pythonOlder,
pyyaml,
requests,
responses,
poetry-core,
pythonRelaxDepsHook,
}:
buildPythonPackage rec {
@ -26,17 +27,11 @@ buildPythonPackage rec {
hash = "sha256-DXJkbAlkxBjUEbziFNdr8SilB2GRUoAwvrr0HY56Deg=";
};
pythonRelaxDeps = [
"responses"
];
pythonRelaxDeps = [ "responses" ];
build-system = [
poetry-core
];
build-system = [ poetry-core ];
nativeBuildInputs = [
pythonRelaxDepsHook
];
nativeBuildInputs = [ pythonRelaxDepsHook ];
dependencies = [
anyconfig
@ -50,9 +45,7 @@ buildPythonPackage rec {
responses
];
pythonImportsCheck = [
"pysolcast"
];
pythonImportsCheck = [ "pysolcast" ];
meta = with lib; {
description = "Python library for interacting with the Solcast API";