python312Packages.asf-search: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-11 23:30:20 +02:00
parent 8db206c6eb
commit ad5b7186b0
1 changed files with 20 additions and 23 deletions

View File

@ -1,20 +1,21 @@
{ lib
, buildPythonPackage
, dateparser
, defusedxml
, fetchFromGitHub
, importlib-metadata
, numpy
, pytestCheckHook
, python-dateutil
, pythonOlder
, pytz
, remotezip
, requests
, requests-mock
, setuptools
, shapely
, tenacity
{
lib,
buildPythonPackage,
dateparser,
defusedxml,
fetchFromGitHub,
importlib-metadata,
numpy,
pytestCheckHook,
python-dateutil,
pythonOlder,
pytz,
remotezip,
requests,
requests-mock,
setuptools,
shapely,
tenacity,
}:
buildPythonPackage rec {
@ -31,9 +32,7 @@ buildPythonPackage rec {
hash = "sha256-CD9Up4h23dplTt51zif+4ZdW0qczRUz2hCOwUOOlS24=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
dateparser
@ -53,9 +52,7 @@ buildPythonPackage rec {
tenacity
];
pythonImportsCheck = [
"asf_search"
];
pythonImportsCheck = [ "asf_search" ];
meta = with lib; {
description = "Python wrapper for the ASF SearchAPI";