python312Packages.extract-msg: use nixfmt
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
{ lib
|
||||
, beautifulsoup4
|
||||
, buildPythonPackage
|
||||
, compressed-rtf
|
||||
, ebcdic
|
||||
, fetchFromGitHub
|
||||
, olefile
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, pythonRelaxDepsHook
|
||||
, red-black-tree-mod
|
||||
, rtfde
|
||||
, setuptools
|
||||
, tzlocal
|
||||
{
|
||||
lib,
|
||||
beautifulsoup4,
|
||||
buildPythonPackage,
|
||||
compressed-rtf,
|
||||
ebcdic,
|
||||
fetchFromGitHub,
|
||||
olefile,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
pythonRelaxDepsHook,
|
||||
red-black-tree-mod,
|
||||
rtfde,
|
||||
setuptools,
|
||||
tzlocal,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -48,17 +49,11 @@ buildPythonPackage rec {
|
||||
tzlocal
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
];
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"extract_msg"
|
||||
];
|
||||
pythonImportsCheck = [ "extract_msg" ];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"extract_msg_tests/*.py"
|
||||
];
|
||||
pytestFlagsArray = [ "extract_msg_tests/*.py" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Extracts emails and attachments saved in Microsoft Outlook's .msg files";
|
||||
|
||||
Reference in New Issue
Block a user