9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.6";
16 src = fetchFromGitHub {
20 sha256 = "14asi3xnvf4bb394k5j8c3by6svvmrr75pawzy6kaax5jx0h793m";
23 nativeCheckInputs = [ pytestCheckHook ];
25 pythonImportsCheck = [ "imaplib2" ];
28 description = "Threaded Python IMAP4 client";
29 homepage = "https://github.com/jazzband/imaplib2";
30 license = licenses.mit;
31 maintainers = with maintainers; [ dotlambda ];