python311Packages.cle: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-09 23:16:32 +02:00
parent d7361d9da9
commit 2dd22d5265
1 changed files with 18 additions and 22 deletions

View File

@ -1,18 +1,19 @@
{ lib
, archinfo
, buildPythonPackage
, cffi
, fetchFromGitHub
, minidump
, pefile
, pyelftools
, pynose
, pytestCheckHook
, pythonOlder
, pyvex
, pyxbe
, setuptools
, sortedcontainers
{
lib,
archinfo,
buildPythonPackage,
cffi,
fetchFromGitHub,
minidump,
pefile,
pyelftools,
pynose,
pytestCheckHook,
pythonOlder,
pyvex,
pyxbe,
setuptools,
sortedcontainers,
}:
let
@ -26,7 +27,6 @@ let
rev = "refs/tags/v${version}";
hash = "sha256-hnYMAgEnDHXg1jUrzhLWuun+Gv+2xnd4Da6OC9IGa2Q=";
};
in
buildPythonPackage rec {
pname = "cle";
@ -42,9 +42,7 @@ buildPythonPackage rec {
hash = "sha256-6gJKhyjKBgtSwGk5lqkaQVxe0ZC5WHVIYQMeREfz9A0=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
archinfo
@ -82,9 +80,7 @@ buildPythonPackage rec {
"test_remote_file_map"
];
pythonImportsCheck = [
"cle"
];
pythonImportsCheck = [ "cle" ];
meta = with lib; {
description = "Python loader for many binary formats";