16 inherit pname version;
17 format = "setuptools";
19 disabled = pythonOlder "3.8";
21 src = fetchFromGitHub {
22 owner = "vikramarsid";
24 rev = "4100b553b24895b489ebd414c771933fc1e558d3";
25 hash = "sha256-srDk6w8nzt0dyGCFQWfVCnKb4LawHoqoHX6d1l1dAmM=";
28 propagatedBuildInputs = [ olefile ];
30 nativeCheckInputs = [ pytestCheckHook ];
33 description = "Python module to read, parse and converting Microsoft Outlook MSG E-Mail files";
34 mainProgram = "msg_parser";
35 homepage = "https://github.com/vikramarsid/msg_parser";
36 license = licenses.bsd2;
37 maintainers = with maintainers; [ happysalada ];