8 buildPythonPackage rec {
12 disabled = pythonOlder "3.5";
14 format = "setuptools";
16 src = fetchFromGitHub {
19 rev = "refs/tags/v${version}";
20 hash = "sha256-kY6Y8Uu1HwSkcmlKL5+zPh4n+4mofX2aoPVXAZvInlI=";
28 # tests require a network connection
37 pythonImportsCheck = [ "imap_tools" ];
40 description = "Work with email and mailbox by IMAP";
41 homepage = "https://github.com/ikvk/imap_tools";
42 changelog = "https://github.com/ikvk/imap_tools/blob/v${version}/docs/release_notes.rst";
43 license = licenses.asl20;
44 maintainers = with maintainers; [ dotlambda ];