1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
9 sha256 = "a35b6d88258696e80aabecfb784e08730b8558fcaaa3061ff2c7f8637afbd0b3";
12 # No tests on PyPI and no tags on GitHub :(
16 description = "A threaded Python IMAP4 client";
17 homepage = "https://github.com/bcoe/imaplib2";
18 # See https://github.com/bcoe/imaplib2/issues/25
19 license = licenses.psfl;
20 maintainers = with maintainers; [ dotlambda ];